#72B228

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

Shades of Lima #72B228

Tints of Lima #72B228

Color information

#72B228 (or 0x72B228) is unknown color: approx Lima. HEX triplet: 72, B2 and 28. RGB value is (114,178,40). Sum of RGB (Red+Green+Blue) = 114+178+40=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #72B228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B228 is #8D4DD7. Grayscale: #8F8F8F. Windows color (decimal): -9260504 or 2667122. OLE color: 2667122.

HSL color Cylindrical-coordinate representation of color #72B228: hue angle of 87.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72B228 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB11417840-
CMYK0.3600.780.30
HSL87.83º63.3%42.75%-
HSV(B)87.83º77.53%69.8%-
XYZ23.2435.577.65-
YUV143.1369.8107.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 178 (69.92% from 255) = 53.61%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=34.34%
G=53.61%
B=12.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114178400.3600.780.3087.8363.342.75
Hex72B2282404E1E583f2b
Octal16226250440116361307753
Binary11100101011001010100010010001001110111101011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,40); }

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

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

 a { background-color: rgb(114,178,40); }

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

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

 span { border-color: rgb(114,178,40); }

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