Shades of Lime Green #20BE20
Tints of Lime Green #20BE20
RGB
CMYK
RGB Variations
Color information
#20BE20 (or 0x20BE20) is known color: Lime Green. HEX triplet: 20, BE and 20. RGB value is (32,190,32). Sum of RGB (Red+Green+Blue) = 32+190+32=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 190 (74.61% from 255 or 74.80% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE20 is #DF41DF. Grayscale: #7D7D7D. Windows color (decimal): -14631392 or 2145824. OLE color: 2145824.
HSL color Cylindrical-coordinate representation of color #20BE20: hue angle of 120º 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 #20BE20 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 32 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.25 |
| HSL | 120º | 0.71% | 0.44% | - |
| HSV(B) | 120º | 0.83% | 0.75% | - |
| XYZ | 19.27 | 37.24 | 7.54 | - |
| YUV | 124.75 | 75.65 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 32 | 0.83 | 0 | 0.83 | 0.25 | 120 | 0.71 | 0.44 |
| Hex | 20 | BE | 20 | 53 | 0 | 53 | 19 | 78 | 47 | 2C |
| Octal | 40 | 276 | 40 | 123 | 0 | 123 | 31 | 170 | 107 | 54 |
| Binary | 100000 | 10111110 | 100000 | 1010011 | 0 | 1010011 | 11001 | 1111000 | 1000111 | 101100 |
Color Harmonies of #20BE20
Complementary color
Monochromatic Colors of #20BE20
Black with #20BE20
Text Example
Text Example
White with #20BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE20; }
p { color: rgb(32,190,32); }
H1.HeaderClassName
{
color: #20BE20;
}
.AnyTagClassName
{
color: #20BE20;
}
</style>
background-color css
<style>
a { background-color: #20BE20; }
a { background-color: rgb(32,190,32); }
div.DivClassName
{
background-color: #20BE20;
}
.BgClassName
{
background-color: #20BE20;
}
</style>
border-color css
<style>
span { border-color: #20BE20; }
span { border-color: rgb(32,190,32); }
td.TdClassName
{
border-color: #20BE20;
}
.TagClassName
{
border-color: #20BE20;
}
</style>