Html Css Color HEX #72BF32 Lima

📋 copy color: '#72BF32'

red 114 ◦ green 191 ◦ blue 50

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

Shades of Lima #72BF32

Tints of Lima #72BF32

RGB

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

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

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

R = 32.11%
G = 53.8%
B = 14.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#72BF32 (or 0x72BF32) is known color: Lima. HEX triplet: 72, BF and 32. RGB value is (114,191,50). Sum of RGB (Red+Green+Blue) = 114+191+50=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BF32 is #8D40CD. Grayscale: #989898. Windows color (decimal): -9257166 or 3325810. OLE color: 3325810.

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

Color convert

RGB 114 191 50 -
CMYK 0.40 0 0.74 0.25
HSL 92.77º 0.59% 0.47% -
HSV(B) 92.77º 0.74% 0.75% -
XYZ 26.15 41.07 9.57 -
YUV 151.9 70.49 100.96 -
System Red Green Blue C M Y K H S L
Decimal 114 191 50 0.40 0 0.74 0.25 92.77 0.59 0.47
Hex 72 BF 32 28 0 4A 19 5D 3B 2F
Octal 162 277 62 50 0 112 31 135 73 57
Binary 1110010 10111111 110010 101000 0 1001010 11001 1011101 111011 101111

Color Harmonies of #72BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BF32

Black with #72BF32

Text Example


Text Example

White with #72BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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