#72D118

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

Shades of Lima #72D118

Tints of Lima #72D118

Color information

#72D118 (or 0x72D118) is unknown color: approx Lima. HEX triplet: 72, D1 and 18. RGB value is (114,209,24). Sum of RGB (Red+Green+Blue) = 114+209+24=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #72D118 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D118 is #8D2EE7. Grayscale: #A0A0A0. Windows color (decimal): -9252584 or 1626482. OLE color: 1626482.

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

Color convert

RGB11420924-
CMYK0.4500.890.18
HSL90.81º79.4%45.69%-
HSV(B)90.81º88.52%81.96%-
XYZ29.949.248.79-
YUV159.551.5395.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 209 (82.03% from 255) = 60.23%
BLUE value IS 24 (9.77% from 255) = 6.92%
R=32.85%
G=60.23%
B=6.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114209240.4500.890.1890.8179.445.69
Hex72D1182D059125b4f2e
Octal162321305501312213311756
Binary11100101101000111000101101010110011001010110111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72D118; }

 p { color: rgb(114,209,24); }

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

<style>
 a { background-color: #72D118; }

 a { background-color: rgb(114,209,24); }

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

<style>
 span { border-color: #72D118; }

 span { border-color: rgb(114,209,24); }

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