Shades of Lime Green #20D333
Tints of Lime Green #20D333
RGB
CMYK
RGB Variations
Color information
#20D333 (or 0x20D333) is known color: Lime Green. HEX triplet: 20, D3 and 33. RGB value is (32,211,51). Sum of RGB (Red+Green+Blue) = 32+211+51=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 211 (82.81% from 255 or 71.77% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 211 - color contains mainly: green. Hex color #20D333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D333 is #DF2CCC. Grayscale: #8B8B8B. Windows color (decimal): -14625997 or 3396384. OLE color: 3396384.
HSL color Cylindrical-coordinate representation of color #20D333: hue angle of 126.37º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D333 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 211 | 51 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.17 |
| HSL | 126.37º | 0.74% | 0.48% | - |
| HSV(B) | 126.37º | 0.85% | 0.83% | - |
| XYZ | 24.49 | 47.13 | 10.94 | - |
| YUV | 139.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 211 | 51 | 0.85 | 0 | 0.76 | 0.17 | 126.37 | 0.74 | 0.48 |
| Hex | 20 | D3 | 33 | 55 | 0 | 4C | 11 | 7E | 4A | 30 |
| Octal | 40 | 323 | 63 | 125 | 0 | 114 | 21 | 176 | 112 | 60 |
| Binary | 100000 | 11010011 | 110011 | 1010101 | 0 | 1001100 | 10001 | 1111110 | 1001010 | 110000 |
Color Harmonies of #20D333
Complementary color
Monochromatic Colors of #20D333
Black with #20D333
Text Example
Text Example
White with #20D333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D333; }
p { color: rgb(32,211,51); }
H1.HeaderClassName
{
color: #20D333;
}
.AnyTagClassName
{
color: #20D333;
}
</style>
background-color css
<style>
a { background-color: #20D333; }
a { background-color: rgb(32,211,51); }
div.DivClassName
{
background-color: #20D333;
}
.BgClassName
{
background-color: #20D333;
}
</style>
border-color css
<style>
span { border-color: #20D333; }
span { border-color: rgb(32,211,51); }
td.TdClassName
{
border-color: #20D333;
}
.TagClassName
{
border-color: #20D333;
}
</style>