Shades of Lime Green #20B833
Tints of Lime Green #20B833
RGB
CMYK
RGB Variations
Color information
#20B833 (or 0x20B833) is known color: Lime Green. HEX triplet: 20, B8 and 33. RGB value is (32,184,51). Sum of RGB (Red+Green+Blue) = 32+184+51=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 184 (72.27% from 255 or 68.91% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 184 - color contains mainly: green. Hex color #20B833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B833 is #DF47CC. Grayscale: #7B7B7B. Windows color (decimal): -14632909 or 3389472. OLE color: 3389472.
HSL color Cylindrical-coordinate representation of color #20B833: hue angle of 127.5º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B833 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 184 | 51 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.28 |
| HSL | 127.5º | 0.7% | 0.42% | - |
| HSV(B) | 127.5º | 0.83% | 0.72% | - |
| XYZ | 18.33 | 34.83 | 8.89 | - |
| YUV | 123.39 | 87.14 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 184 | 51 | 0.83 | 0 | 0.72 | 0.28 | 127.5 | 0.7 | 0.42 |
| Hex | 20 | B8 | 33 | 53 | 0 | 48 | 1C | 80 | 46 | 2A |
| Octal | 40 | 270 | 63 | 123 | 0 | 110 | 34 | 200 | 106 | 52 |
| Binary | 100000 | 10111000 | 110011 | 1010011 | 0 | 1001000 | 11100 | 10000000 | 1000110 | 101010 |
Color Harmonies of #20B833
Complementary color
Monochromatic Colors of #20B833
Black with #20B833
Text Example
Text Example
White with #20B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B833; }
p { color: rgb(32,184,51); }
H1.HeaderClassName
{
color: #20B833;
}
.AnyTagClassName
{
color: #20B833;
}
</style>
background-color css
<style>
a { background-color: #20B833; }
a { background-color: rgb(32,184,51); }
div.DivClassName
{
background-color: #20B833;
}
.BgClassName
{
background-color: #20B833;
}
</style>
border-color css
<style>
span { border-color: #20B833; }
span { border-color: rgb(32,184,51); }
td.TdClassName
{
border-color: #20B833;
}
.TagClassName
{
border-color: #20B833;
}
</style>