Html Css Color HEX #72BC32 Lima

📋 copy color: '#72BC32'

red 114 ◦ green 188 ◦ blue 50

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

Shades of Lima #72BC32

Tints of Lima #72BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.41%

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

R = 32.39%
G = 53.41%
B = 14.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#72BC32 (or 0x72BC32) is known color: Lima. HEX triplet: 72, BC and 32. RGB value is (114,188,50). Sum of RGB (Red+Green+Blue) = 114+188+50=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BC32 is #8D43CD. Grayscale: #969696. Windows color (decimal): -9257934 or 3325042. OLE color: 3325042.

HSL color Cylindrical-coordinate representation of color #72BC32: hue angle of 92.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72BC32 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 50 -
CMYK 0.39 0 0.73 0.26
HSL 92.17º 0.58% 0.47% -
HSV(B) 92.17º 0.73% 0.74% -
XYZ 25.5 39.77 9.35 -
YUV 150.14 71.48 102.22 -
System Red Green Blue C M Y K H S L
Decimal 114 188 50 0.39 0 0.73 0.26 92.17 0.58 0.47
Hex 72 BC 32 27 0 49 1A 5C 3A 2F
Octal 162 274 62 47 0 111 32 134 72 57
Binary 1110010 10111100 110010 100111 0 1001001 11010 1011100 111010 101111

Color Harmonies of #72BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BC32

Black with #72BC32

Text Example


Text Example

White with #72BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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