Shades of Lime Green #33CB53
Tints of Lime Green #33CB53
RGB
CMYK
RGB Variations
Color information
#33CB53 (or 0x33CB53) is known color: Lime Green. HEX triplet: 33, CB and 53. RGB value is (51,203,83). Sum of RGB (Red+Green+Blue) = 51+203+83=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #33CB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33CB53 is #CC34AC. Grayscale: #909090. Windows color (decimal): -13382829 or 5491507. OLE color: 5491507.
HSL color Cylindrical-coordinate representation of color #33CB53: hue angle of 132.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CB53 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 203 | 83 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.20 |
| HSL | 132.63º | 0.6% | 0.5% | - |
| HSV(B) | 132.63º | 0.75% | 0.8% | - |
| XYZ | 24.28 | 44.04 | 15.4 | - |
| YUV | 143.87 | 93.64 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 203 | 83 | 0.75 | 0 | 0.59 | 0.20 | 132.63 | 0.6 | 0.5 |
| Hex | 33 | CB | 53 | 4B | 0 | 3B | 14 | 85 | 3C | 32 |
| Octal | 63 | 313 | 123 | 113 | 0 | 73 | 24 | 205 | 74 | 62 |
| Binary | 110011 | 11001011 | 1010011 | 1001011 | 0 | 111011 | 10100 | 10000101 | 111100 | 110010 |
Color Harmonies of #33CB53
Complementary color
Monochromatic Colors of #33CB53
Black with #33CB53
Text Example
Text Example
White with #33CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CB53; }
p { color: rgb(51,203,83); }
H1.HeaderClassName
{
color: #33CB53;
}
.AnyTagClassName
{
color: #33CB53;
}
</style>
background-color css
<style>
a { background-color: #33CB53; }
a { background-color: rgb(51,203,83); }
div.DivClassName
{
background-color: #33CB53;
}
.BgClassName
{
background-color: #33CB53;
}
</style>
border-color css
<style>
span { border-color: #33CB53; }
span { border-color: rgb(51,203,83); }
td.TdClassName
{
border-color: #33CB53;
}
.TagClassName
{
border-color: #33CB53;
}
</style>