#72BA2F

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

Shades of Lima #72BA2F

Tints of Lima #72BA2F

Color information

#72BA2F (or 0x72BA2F) is unknown color: approx Lima. HEX triplet: 72, BA and 2F. RGB value is (114,186,47). Sum of RGB (Red+Green+Blue) = 114+186+47=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BA2F is #8D45D0. Grayscale: #959595. Windows color (decimal): -9258449 or 3127922. OLE color: 3127922.

HSL color Cylindrical-coordinate representation of color #72BA2F: hue angle of 91.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72BA2F is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB11418647-
CMYK0.3900.750.27
HSL91.08º59.66%45.69%-
HSV(B)91.08º74.73%72.94%-
XYZ25.0138.98.88-
YUV148.6370.65103.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 186 (73.05% from 255) = 53.60%
BLUE value IS 47 (18.75% from 255) = 13.54%
R=32.85%
G=53.60%
B=13.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114186470.3900.750.2791.0859.6645.69
Hex72BA2F2704B1B5b3c2e
Octal16227257470113331337456
Binary11100101011101010111110011101001011110111011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,47); }

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

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

 a { background-color: rgb(114,186,47); }

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

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

 span { border-color: rgb(114,186,47); }

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