Html Css Color HEX #72BF20 Lima

📋 copy color: '#72BF20'

red 114 ◦ green 191 ◦ blue 32

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

Shades of Lima #72BF20

Tints of Lima #72BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 56.68%

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 33.83%
G = 56.68%
B = 9.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#72BF20 (or 0x72BF20) is known color: Lima. HEX triplet: 72, BF and 20. RGB value is (114,191,32). Sum of RGB (Red+Green+Blue) = 114+191+32=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BF20 is #8D40DF. Grayscale: #969696. Windows color (decimal): -9257184 or 2146162. OLE color: 2146162.

HSL color Cylindrical-coordinate representation of color #72BF20: hue angle of 89.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72BF20 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 191 32 -
CMYK 0.40 0 0.83 0.25
HSL 89.06º 0.71% 0.44% -
HSV(B) 89.06º 0.83% 0.75% -
XYZ 25.83 40.94 7.91 -
YUV 149.85 61.49 102.43 -
System Red Green Blue C M Y K H S L
Decimal 114 191 32 0.40 0 0.83 0.25 89.06 0.71 0.44
Hex 72 BF 20 28 0 53 19 59 47 2C
Octal 162 277 40 50 0 123 31 131 107 54
Binary 1110010 10111111 100000 101000 0 1010011 11001 1011001 1000111 101100

Color Harmonies of #72BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF20

Black with #72BF20

Text Example


Text Example

White with #72BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,191,32); }

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

background-color css

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

 a { background-color: rgb(114,191,32); }

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

border-color css

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

 span { border-color: rgb(114,191,32); }

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