#72C02C

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

Shades of Lima #72C02C

Tints of Lima #72C02C

Color information

#72C02C (or 0x72C02C) is unknown color: approx Lima. HEX triplet: 72, C0 and 2C. RGB value is (114,192,44). Sum of RGB (Red+Green+Blue) = 114+192+44=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #72C02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C02C is #8D3FD3. Grayscale: #989898. Windows color (decimal): -9256916 or 2932850. OLE color: 2932850.

HSL color Cylindrical-coordinate representation of color #72C02C: hue angle of 91.62º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72C02C is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB11419244-
CMYK0.4100.770.25
HSL91.62º62.71%46.27%-
HSV(B)91.62º77.08%75.29%-
XYZ26.2441.469-
YUV151.8167.16101.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 192 (75.39% from 255) = 54.86%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=32.57%
G=54.86%
B=12.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114192440.4100.770.2591.6262.7146.27
Hex72C02C2904D195c3f2e
Octal16230054510115311347756
Binary11100101100000010110010100101001101110011011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,44); }

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

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

 a { background-color: rgb(114,192,44); }

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

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

 span { border-color: rgb(114,192,44); }

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