Shades of Lime Green #33CB20
Tints of Lime Green #33CB20
RGB
CMYK
RGB Variations
Color information
#33CB20 (or 0x33CB20) is known color: Lime Green. HEX triplet: 33, CB and 20. RGB value is (51,203,32). Sum of RGB (Red+Green+Blue) = 51+203+32=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 203 (79.69% from 255 or 70.98% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 203 - color contains mainly: green. Hex color #33CB20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CB20 is #CC34DF. Grayscale: #8A8A8A. Windows color (decimal): -13382880 or 2149171. OLE color: 2149171.
HSL color Cylindrical-coordinate representation of color #33CB20: hue angle of 113.33º 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 #33CB20 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 32 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.20 |
| HSL | 113.33º | 0.73% | 0.46% | - |
| HSV(B) | 113.33º | 0.84% | 0.8% | - |
| XYZ | 22.98 | 43.52 | 8.56 | - |
| YUV | 138.06 | 68.14 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 32 | 0.75 | 0 | 0.84 | 0.20 | 113.33 | 0.73 | 0.46 |
| Hex | 33 | CB | 20 | 4B | 0 | 54 | 14 | 71 | 49 | 2E |
| Octal | 63 | 313 | 40 | 113 | 0 | 124 | 24 | 161 | 111 | 56 |
| Binary | 110011 | 11001011 | 100000 | 1001011 | 0 | 1010100 | 10100 | 1110001 | 1001001 | 101110 |
Color Harmonies of #33CB20
Complementary color
Monochromatic Colors of #33CB20
Black with #33CB20
Text Example
Text Example
White with #33CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CB20; }
p { color: rgb(51,203,32); }
H1.HeaderClassName
{
color: #33CB20;
}
.AnyTagClassName
{
color: #33CB20;
}
</style>
background-color css
<style>
a { background-color: #33CB20; }
a { background-color: rgb(51,203,32); }
div.DivClassName
{
background-color: #33CB20;
}
.BgClassName
{
background-color: #33CB20;
}
</style>
border-color css
<style>
span { border-color: #33CB20; }
span { border-color: rgb(51,203,32); }
td.TdClassName
{
border-color: #33CB20;
}
.TagClassName
{
border-color: #33CB20;
}
</style>