Shades of Lime Green #20CB33
Tints of Lime Green #20CB33
RGB
CMYK
RGB Variations
Color information
#20CB33 (or 0x20CB33) is known color: Lime Green. HEX triplet: 20, CB and 33. RGB value is (32,203,51). Sum of RGB (Red+Green+Blue) = 32+203+51=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 203 (79.69% from 255 or 70.98% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB33 is #DF34CC. Grayscale: #868686. Windows color (decimal): -14628045 or 3394336. OLE color: 3394336.
HSL color Cylindrical-coordinate representation of color #20CB33: hue angle of 126.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB33 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 51 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.20 |
| HSL | 126.67º | 0.73% | 0.46% | - |
| HSV(B) | 126.67º | 0.84% | 0.8% | - |
| XYZ | 22.55 | 43.26 | 10.29 | - |
| YUV | 134.54 | 80.85 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 51 | 0.84 | 0 | 0.75 | 0.20 | 126.67 | 0.73 | 0.46 |
| Hex | 20 | CB | 33 | 54 | 0 | 4B | 14 | 7F | 49 | 2E |
| Octal | 40 | 313 | 63 | 124 | 0 | 113 | 24 | 177 | 111 | 56 |
| Binary | 100000 | 11001011 | 110011 | 1010100 | 0 | 1001011 | 10100 | 1111111 | 1001001 | 101110 |
Color Harmonies of #20CB33
Complementary color
Monochromatic Colors of #20CB33
Black with #20CB33
Text Example
Text Example
White with #20CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB33; }
p { color: rgb(32,203,51); }
H1.HeaderClassName
{
color: #20CB33;
}
.AnyTagClassName
{
color: #20CB33;
}
</style>
background-color css
<style>
a { background-color: #20CB33; }
a { background-color: rgb(32,203,51); }
div.DivClassName
{
background-color: #20CB33;
}
.BgClassName
{
background-color: #20CB33;
}
</style>
border-color css
<style>
span { border-color: #20CB33; }
span { border-color: rgb(32,203,51); }
td.TdClassName
{
border-color: #20CB33;
}
.TagClassName
{
border-color: #20CB33;
}
</style>