#32BA20

Color #32BA20 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #32BA20

Tints of Lime Green #32BA20

Color information

#32BA20 (or 0x32BA20) is unknown color: approx Lime Green. HEX triplet: 32, BA and 20. RGB value is (50,186,32). Sum of RGB (Red+Green+Blue) = 50+186+32=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA20 is #CD45DF. Grayscale: #808080. Windows color (decimal): -13452768 or 2144818. OLE color: 2144818.

HSL color Cylindrical-coordinate representation of color #32BA20: hue angle of 112.99º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32BA20 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB5018632-
CMYK0.7300.830.27
HSL112.99º70.64%42.75%-
HSV(B)112.99º82.8%72.94%-
XYZ19.1435.97.29-
YUV127.7873.9472.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 186 (73.05% from 255) = 69.40%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=18.66%
G=69.40%
B=11.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50186320.7300.830.27112.9970.6442.75
Hex32BA20490531B71472b
Octal622724011101233316110753
Binary110010101110101000001001001010100111101111100011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32BA20; }

 p { color: rgb(50,186,32); }

 H1.HeaderClassName
 {
   color: #32BA20;
 }
 .AnyTagClassName
 {
   color: #32BA20;
 }
</style>
background-color css

<style>
 a { background-color: #32BA20; }

 a { background-color: rgb(50,186,32); }

 div.DivClassName
 {
   background-color: #32BA20;
 }
 .BgClassName
 {
   background-color: #32BA20;
 }
</style>
border-color css

<style>
 span { border-color: #32BA20; }

 span { border-color: rgb(50,186,32); }

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