#72c71f

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

Shades of Lima #72C71F

Tints of Lima #72C71F

Color information

#72C71F (or 0x72C71F) is unknown color: approx Lima. HEX triplet: 72, C7 and 1F. RGB value is (114,199,31). Sum of RGB (Red+Green+Blue) = 114+199+31=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 199 (78.12% from 255 or 57.85% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 199 - color contains mainly: green. Hex color #72C71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C71F is #8D38E0. Grayscale: #9B9B9B. Windows color (decimal): -9255137 or 2082674. OLE color: 2082674.

HSL color Cylindrical-coordinate representation of color #72C71F: hue angle of 90.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72C71F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB11419931-
CMYK0.4300.840.22
HSL90.36º73.04%45.1%-
HSV(B)90.36º84.42%78.04%-
XYZ27.6144.528.43-
YUV154.4358.3499.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 199 (78.12% from 255) = 57.85%
BLUE value IS 31 (12.5% from 255) = 9.01%
R=33.14%
G=57.85%
B=9.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114199310.4300.840.2290.3673.0445.1
Hex72C71F2B054165a492d
Octal162307375301242613211155
Binary11100101100011111111101011010101001011010110101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c71f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,199,31); }

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

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

 a { background-color: rgb(114,199,31); }

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

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

 span { border-color: rgb(114,199,31); }

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