Shades of Lime Green #33CE55
Tints of Lime Green #33CE55
RGB
CMYK
RGB Variations
Color information
#33CE55 (or 0x33CE55) is known color: Lime Green. HEX triplet: 33, CE and 55. RGB value is (51,206,85). Sum of RGB (Red+Green+Blue) = 51+206+85=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #33CE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CE55 is #CC31AA. Grayscale: #929292. Windows color (decimal): -13382059 or 5623347. OLE color: 5623347.
HSL color Cylindrical-coordinate representation of color #33CE55: hue angle of 133.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CE55 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 85 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.19 |
| HSL | 133.16º | 0.61% | 0.5% | - |
| HSV(B) | 133.16º | 0.75% | 0.81% | - |
| XYZ | 25.08 | 45.5 | 16.06 | - |
| YUV | 145.86 | 93.65 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 85 | 0.75 | 0 | 0.59 | 0.19 | 133.16 | 0.61 | 0.5 |
| Hex | 33 | CE | 55 | 4B | 0 | 3B | 13 | 85 | 3D | 32 |
| Octal | 63 | 316 | 125 | 113 | 0 | 73 | 23 | 205 | 75 | 62 |
| Binary | 110011 | 11001110 | 1010101 | 1001011 | 0 | 111011 | 10011 | 10000101 | 111101 | 110010 |
Color Harmonies of #33CE55
Complementary color
Monochromatic Colors of #33CE55
Black with #33CE55
Text Example
Text Example
White with #33CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CE55; }
p { color: rgb(51,206,85); }
H1.HeaderClassName
{
color: #33CE55;
}
.AnyTagClassName
{
color: #33CE55;
}
</style>
background-color css
<style>
a { background-color: #33CE55; }
a { background-color: rgb(51,206,85); }
div.DivClassName
{
background-color: #33CE55;
}
.BgClassName
{
background-color: #33CE55;
}
</style>
border-color css
<style>
span { border-color: #33CE55; }
span { border-color: rgb(51,206,85); }
td.TdClassName
{
border-color: #33CE55;
}
.TagClassName
{
border-color: #33CE55;
}
</style>