#72C32C

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

Shades of Lima #72C32C

Tints of Lima #72C32C

Color information

#72C32C (or 0x72C32C) is unknown color: approx Lima. HEX triplet: 72, C3 and 2C. RGB value is (114,195,44). Sum of RGB (Red+Green+Blue) = 114+195+44=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #72C32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C32C is #8D3CD3. Grayscale: #9A9A9A. Windows color (decimal): -9256148 or 2933618. OLE color: 2933618.

HSL color Cylindrical-coordinate representation of color #72C32C: hue angle of 92.19º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72C32C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB11419544-
CMYK0.4200.770.24
HSL92.19º63.18%46.86%-
HSV(B)92.19º77.44%76.47%-
XYZ26.9142.799.22-
YUV153.5766.1699.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 44 (17.58% from 255) = 12.46%
R=32.29%
G=55.24%
B=12.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195440.4200.770.2492.1963.1846.86
Hex72C32C2A04D185c3f2f
Octal16230354520115301347757
Binary11100101100001110110010101001001101110001011100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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