#74D016

Color #74D016 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #74D016

Tints of Lima #74D016

Color information

#74D016 (or 0x74D016) is unknown color: approx Lima. HEX triplet: 74, D0 and 16. RGB value is (116,208,22). Sum of RGB (Red+Green+Blue) = 116+208+22=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #74D016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D016 is #8B2FE9. Grayscale: #9F9F9F. Windows color (decimal): -9121770 or 1495156. OLE color: 1495156.

HSL color Cylindrical-coordinate representation of color #74D016: hue angle of 89.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74D016 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB11620822-
CMYK0.4400.890.18
HSL89.68º80.87%45.1%-
HSV(B)89.68º89.42%81.57%-
XYZ29.948.888.62-
YUV159.2950.5297.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 208 (81.64% from 255) = 60.12%
BLUE value IS 22 (8.98% from 255) = 6.36%
R=33.53%
G=60.12%
B=6.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116208220.4400.890.1889.6880.8745.1
Hex74D0162C059125a512d
Octal164320265401312213212155
Binary11101001101000010110101100010110011001010110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74D016; }

 p { color: rgb(116,208,22); }

 H1.HeaderClassName
 {
   color: #74D016;
 }
 .AnyTagClassName
 {
   color: #74D016;
 }
</style>
background-color css

<style>
 a { background-color: #74D016; }

 a { background-color: rgb(116,208,22); }

 div.DivClassName
 {
   background-color: #74D016;
 }
 .BgClassName
 {
   background-color: #74D016;
 }
</style>
border-color css

<style>
 span { border-color: #74D016; }

 span { border-color: rgb(116,208,22); }

 td.TdClassName
 {
   border-color: #74D016;
 }
 .TagClassName
 {
   border-color: #74D016;
 }
</style>