#72C11E

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

Shades of Lima #72C11E

Tints of Lima #72C11E

Color information

#72C11E (or 0x72C11E) is unknown color: approx Lima. HEX triplet: 72, C1 and 1E. RGB value is (114,193,30). Sum of RGB (Red+Green+Blue) = 114+193+30=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #72C11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C11E is #8D3EE1. Grayscale: #979797. Windows color (decimal): -9256674 or 2015602. OLE color: 2015602.

HSL color Cylindrical-coordinate representation of color #72C11E: hue angle of 89.08º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72C11E is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB11419330-
CMYK0.4100.840.24
HSL89.08º73.09%43.73%-
HSV(B)89.08º84.46%75.69%-
XYZ26.2441.817.92-
YUV150.859.83101.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 193 (75.78% from 255) = 57.27%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=33.83%
G=57.27%
B=8.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114193300.4100.840.2489.0873.0943.73
Hex72C11E290541859492c
Octal162301365101243013111154
Binary11100101100000111110101001010101001100010110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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