#74D11E

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

Shades of Lima #74D11E

Tints of Lima #74D11E

Color information

#74D11E (or 0x74D11E) is unknown color: approx Lima. HEX triplet: 74, D1 and 1E. RGB value is (116,209,30). Sum of RGB (Red+Green+Blue) = 116+209+30=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #74D11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D11E is #8B2EE1. Grayscale: #A1A1A1. Windows color (decimal): -9121506 or 2019700. OLE color: 2019700.

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

Color convert

RGB11620930-
CMYK0.4400.860.18
HSL91.17º74.9%46.86%-
HSV(B)91.17º85.65%81.96%-
XYZ30.2449.419.17-
YUV160.7954.1996.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 209 (82.03% from 255) = 58.87%
BLUE value IS 30 (12.11% from 255) = 8.45%
R=32.68%
G=58.87%
B=8.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal116209300.4400.860.1891.1774.946.86
Hex74D11E2C056125b4b2f
Octal164321365401262213311357
Binary11101001101000111110101100010101101001010110111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,209,30); }

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

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

 a { background-color: rgb(116,209,30); }

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

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

 span { border-color: rgb(116,209,30); }

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