Shades of Lime Green #20BE32
Tints of Lime Green #20BE32
RGB
CMYK
RGB Variations
Color information
#20BE32 (or 0x20BE32) is known color: Lime Green. HEX triplet: 20, BE and 32. RGB value is (32,190,50). Sum of RGB (Red+Green+Blue) = 32+190+50=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE32 is #DF41CD. Grayscale: #7F7F7F. Windows color (decimal): -14631374 or 3325472. OLE color: 3325472.
HSL color Cylindrical-coordinate representation of color #20BE32: hue angle of 126.84º 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 #20BE32 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 50 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.25 |
| HSL | 126.84º | 0.71% | 0.44% | - |
| HSV(B) | 126.84º | 0.83% | 0.75% | - |
| XYZ | 19.58 | 37.36 | 9.2 | - |
| YUV | 126.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 50 | 0.83 | 0 | 0.74 | 0.25 | 126.84 | 0.71 | 0.44 |
| Hex | 20 | BE | 32 | 53 | 0 | 4A | 19 | 7F | 47 | 2C |
| Octal | 40 | 276 | 62 | 123 | 0 | 112 | 31 | 177 | 107 | 54 |
| Binary | 100000 | 10111110 | 110010 | 1010011 | 0 | 1001010 | 11001 | 1111111 | 1000111 | 101100 |
Color Harmonies of #20BE32
Complementary color
Monochromatic Colors of #20BE32
Black with #20BE32
Text Example
Text Example
White with #20BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE32; }
p { color: rgb(32,190,50); }
H1.HeaderClassName
{
color: #20BE32;
}
.AnyTagClassName
{
color: #20BE32;
}
</style>
background-color css
<style>
a { background-color: #20BE32; }
a { background-color: rgb(32,190,50); }
div.DivClassName
{
background-color: #20BE32;
}
.BgClassName
{
background-color: #20BE32;
}
</style>
border-color css
<style>
span { border-color: #20BE32; }
span { border-color: rgb(32,190,50); }
td.TdClassName
{
border-color: #20BE32;
}
.TagClassName
{
border-color: #20BE32;
}
</style>