#72C41E

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

Shades of Lima #72C41E

Tints of Lima #72C41E

Color information

#72C41E (or 0x72C41E) is unknown color: approx Lima. HEX triplet: 72, C4 and 1E. RGB value is (114,196,30). Sum of RGB (Red+Green+Blue) = 114+196+30=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #72C41E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C41E is #8D3BE1. Grayscale: #999999. Windows color (decimal): -9255906 or 2016370. OLE color: 2016370.

HSL color Cylindrical-coordinate representation of color #72C41E: hue angle of 89.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72C41E is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB11419630-
CMYK0.4200.850.23
HSL89.64º73.45%44.31%-
HSV(B)89.64º84.69%76.86%-
XYZ26.9143.158.14-
YUV152.5658.83100.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 196 (76.95% from 255) = 57.65%
BLUE value IS 30 (12.11% from 255) = 8.82%
R=33.53%
G=57.65%
B=8.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114196300.4200.850.2389.6473.4544.31
Hex72C41E2A055175a492c
Octal162304365201252713211154
Binary11100101100010011110101010010101011011110110101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,196,30); }

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

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

 a { background-color: rgb(114,196,30); }

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

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

 span { border-color: rgb(114,196,30); }

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