Shades of Lime Green #33D552
Tints of Lime Green #33D552
RGB
CMYK
RGB Variations
Color information
#33D552 (or 0x33D552) is known color: Lime Green. HEX triplet: 33, D5 and 52. RGB value is (51,213,82). Sum of RGB (Red+Green+Blue) = 51+213+82=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #33D552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D552 is #CC2AAD. Grayscale: #959595. Windows color (decimal): -13380270 or 5428531. OLE color: 5428531.
HSL color Cylindrical-coordinate representation of color #33D552: hue angle of 131.48º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D552 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 213 | 82 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.16 |
| HSL | 131.48º | 0.66% | 0.52% | - |
| HSV(B) | 131.48º | 0.76% | 0.84% | - |
| XYZ | 26.68 | 48.9 | 16.02 | - |
| YUV | 149.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 213 | 82 | 0.76 | 0 | 0.62 | 0.16 | 131.48 | 0.66 | 0.52 |
| Hex | 33 | D5 | 52 | 4C | 0 | 3E | 10 | 83 | 42 | 34 |
| Octal | 63 | 325 | 122 | 114 | 0 | 76 | 20 | 203 | 102 | 64 |
| Binary | 110011 | 11010101 | 1010010 | 1001100 | 0 | 111110 | 10000 | 10000011 | 1000010 | 110100 |
Color Harmonies of #33D552
Complementary color
Monochromatic Colors of #33D552
Black with #33D552
Text Example
Text Example
White with #33D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D552; }
p { color: rgb(51,213,82); }
H1.HeaderClassName
{
color: #33D552;
}
.AnyTagClassName
{
color: #33D552;
}
</style>
background-color css
<style>
a { background-color: #33D552; }
a { background-color: rgb(51,213,82); }
div.DivClassName
{
background-color: #33D552;
}
.BgClassName
{
background-color: #33D552;
}
</style>
border-color css
<style>
span { border-color: #33D552; }
span { border-color: rgb(51,213,82); }
td.TdClassName
{
border-color: #33D552;
}
.TagClassName
{
border-color: #33D552;
}
</style>