#72B232

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

Shades of Lima #72B232

Tints of Lima #72B232

Color information

#72B232 (or 0x72B232) is unknown color: approx Lima. HEX triplet: 72, B2 and 32. RGB value is (114,178,50). Sum of RGB (Red+Green+Blue) = 114+178+50=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #72B232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72B232 is #8D4DCD. Grayscale: #909090. Windows color (decimal): -9260494 or 3322482. OLE color: 3322482.

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

Color convert

RGB11417850-
CMYK0.3600.720.30
HSL90º56.14%44.71%-
HSV(B)90º71.91%69.8%-
XYZ23.4435.658.66-
YUV144.2774.8106.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 52.05%
BLUE value IS 50 (19.92% from 255) = 14.62%
R=33.33%
G=52.05%
B=14.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114178500.3600.720.309056.1444.71
Hex72B232240481E5a382d
Octal16226262440110361327055
Binary11100101011001011001010010001001000111101011010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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