#72BF27

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

Shades of Lima #72BF27

Tints of Lima #72BF27

Color information

#72BF27 (or 0x72BF27) is unknown color: approx Lima. HEX triplet: 72, BF and 27. RGB value is (114,191,39). Sum of RGB (Red+Green+Blue) = 114+191+39=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BF27 is #8D40D8. Grayscale: #979797. Windows color (decimal): -9257177 or 2604914. OLE color: 2604914.

HSL color Cylindrical-coordinate representation of color #72BF27: hue angle of 90.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72BF27 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB11419139-
CMYK0.4000.800.25
HSL90.39º66.09%45.1%-
HSV(B)90.39º79.58%74.9%-
XYZ25.9440.998.46-
YUV150.6564.99101.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 191 (75% from 255) = 55.52%
BLUE value IS 39 (15.62% from 255) = 11.34%
R=33.14%
G=55.52%
B=11.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191390.4000.800.2590.3966.0945.1
Hex72BF2728050195a422d
Octal162277475001203113210255
Binary111001010111111100111101000010100001100110110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,39); }

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

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

 a { background-color: rgb(114,191,39); }

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

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

 span { border-color: rgb(114,191,39); }

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