Shades of Lime Green #33C952
Tints of Lime Green #33C952
RGB
CMYK
RGB Variations
Color information
#33C952 (or 0x33C952) is known color: Lime Green. HEX triplet: 33, C9 and 52. RGB value is (51,201,82). Sum of RGB (Red+Green+Blue) = 51+201+82=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #33C952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C952 is #CC36AD. Grayscale: #8E8E8E. Windows color (decimal): -13383342 or 5425459. OLE color: 5425459.
HSL color Cylindrical-coordinate representation of color #33C952: hue angle of 132.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C952 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 82 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.21 |
| HSL | 132.4º | 0.6% | 0.49% | - |
| HSV(B) | 132.4º | 0.75% | 0.79% | - |
| XYZ | 23.77 | 43.09 | 15.05 | - |
| YUV | 142.58 | 93.81 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 82 | 0.75 | 0 | 0.59 | 0.21 | 132.4 | 0.6 | 0.49 |
| Hex | 33 | C9 | 52 | 4B | 0 | 3B | 15 | 84 | 3C | 31 |
| Octal | 63 | 311 | 122 | 113 | 0 | 73 | 25 | 204 | 74 | 61 |
| Binary | 110011 | 11001001 | 1010010 | 1001011 | 0 | 111011 | 10101 | 10000100 | 111100 | 110001 |
Color Harmonies of #33C952
Complementary color
Monochromatic Colors of #33C952
Black with #33C952
Text Example
Text Example
White with #33C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C952; }
p { color: rgb(51,201,82); }
H1.HeaderClassName
{
color: #33C952;
}
.AnyTagClassName
{
color: #33C952;
}
</style>
background-color css
<style>
a { background-color: #33C952; }
a { background-color: rgb(51,201,82); }
div.DivClassName
{
background-color: #33C952;
}
.BgClassName
{
background-color: #33C952;
}
</style>
border-color css
<style>
span { border-color: #33C952; }
span { border-color: rgb(51,201,82); }
td.TdClassName
{
border-color: #33C952;
}
.TagClassName
{
border-color: #33C952;
}
</style>