#72BD24

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

Shades of Lima #72BD24

Tints of Lima #72BD24

Color information

#72BD24 (or 0x72BD24) is unknown color: approx Lima. HEX triplet: 72, BD and 24. RGB value is (114,189,36). Sum of RGB (Red+Green+Blue) = 114+189+36=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BD24 is #8D42DB. Grayscale: #959595. Windows color (decimal): -9257692 or 2407794. OLE color: 2407794.

HSL color Cylindrical-coordinate representation of color #72BD24: hue angle of 89.41º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72BD24 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB11418936-
CMYK0.4000.810.26
HSL89.41º68%44.12%-
HSV(B)89.41º80.95%74.12%-
XYZ25.4640.18.07-
YUV149.1364.15102.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 189 (74.22% from 255) = 55.75%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=33.63%
G=55.75%
B=10.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114189360.4000.810.2689.416844.12
Hex72BD24280511A59442c
Octal162275445001213213110454
Binary111001010111101100100101000010100011101010110011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,189,36); }

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

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

 a { background-color: rgb(114,189,36); }

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

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

 span { border-color: rgb(114,189,36); }

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