Html Css Color HEX #72B332 Lima

📋 copy color: '#72B332'

red 114 ◦ green 179 ◦ blue 50

#72B332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #72B332

Tints of Lima #72B332

RGB

 RED value IS 114 (44.92% from 255) = 33.24%

 GREEN value IS 179 (70.31% from 255) = 52.19%

 BLUE value IS 50 (19.92% from 255) = 14.58%

R = 33.24%
G = 52.19%
B = 14.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#72B332 (or 0x72B332) is known color: Lima. HEX triplet: 72, B3 and 32. RGB value is (114,179,50). Sum of RGB (Red+Green+Blue) = 114+179+50=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #72B332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72B332 is #8D4CCD. Grayscale: #919191. Windows color (decimal): -9260238 or 3322738. OLE color: 3322738.

HSL color Cylindrical-coordinate representation of color #72B332: hue angle of 90.23º 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 #72B332 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 179 50 -
CMYK 0.36 0 0.72 0.30
HSL 90.23º 0.56% 0.45% -
HSV(B) 90.23º 0.72% 0.7% -
XYZ 23.64 36.05 8.73 -
YUV 144.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 114 179 50 0.36 0 0.72 0.30 90.23 0.56 0.45
Hex 72 B3 32 24 0 48 1E 5A 38 2D
Octal 162 263 62 44 0 110 36 132 70 55
Binary 1110010 10110011 110010 100100 0 1001000 11110 1011010 111000 101101

Color Harmonies of #72B332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B332

Black with #72B332

Text Example


Text Example

White with #72B332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72B332;
 }
 .AnyTagClassName
 {
   color: #72B332;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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