Html Css Color HEX #72AE32 Lima

📋 copy color: '#72AE32'

red 114 ◦ green 174 ◦ blue 50

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

Shades of Lima #72AE32

Tints of Lima #72AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.48%

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

R = 33.73%
G = 51.48%
B = 14.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#72AE32 (or 0x72AE32) is known color: Lima. HEX triplet: 72, AE and 32. RGB value is (114,174,50). Sum of RGB (Red+Green+Blue) = 114+174+50=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AE32 is #8D51CD. Grayscale: #8E8E8E. Windows color (decimal): -9261518 or 3321458. OLE color: 3321458.

HSL color Cylindrical-coordinate representation of color #72AE32: hue angle of 89.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72AE32 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 174 50 -
CMYK 0.34 0 0.71 0.32
HSL 89.03º 0.55% 0.44% -
HSV(B) 89.03º 0.71% 0.68% -
XYZ 22.65 34.08 8.4 -
YUV 141.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 114 174 50 0.34 0 0.71 0.32 89.03 0.55 0.44
Hex 72 AE 32 22 0 47 20 59 37 2C
Octal 162 256 62 42 0 107 40 131 67 54
Binary 1110010 10101110 110010 100010 0 1000111 100000 1011001 110111 101100

Color Harmonies of #72AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AE32

Black with #72AE32

Text Example


Text Example

White with #72AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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