Shades of Lime Green #33D251
Tints of Lime Green #33D251
RGB
CMYK
RGB Variations
Color information
#33D251 (or 0x33D251) is known color: Lime Green. HEX triplet: 33, D2 and 51. RGB value is (51,210,81). Sum of RGB (Red+Green+Blue) = 51+210+81=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #33D251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D251 is #CC2DAE. Grayscale: #949494. Windows color (decimal): -13381039 or 5362227. OLE color: 5362227.
HSL color Cylindrical-coordinate representation of color #33D251: hue angle of 131.32º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D251 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 81 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.18 |
| HSL | 131.32º | 0.64% | 0.51% | - |
| HSV(B) | 131.32º | 0.76% | 0.82% | - |
| XYZ | 25.9 | 47.39 | 15.57 | - |
| YUV | 147.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 81 | 0.76 | 0 | 0.61 | 0.18 | 131.32 | 0.64 | 0.51 |
| Hex | 33 | D2 | 51 | 4C | 0 | 3D | 12 | 83 | 40 | 33 |
| Octal | 63 | 322 | 121 | 114 | 0 | 75 | 22 | 203 | 100 | 63 |
| Binary | 110011 | 11010010 | 1010001 | 1001100 | 0 | 111101 | 10010 | 10000011 | 1000000 | 110011 |
Color Harmonies of #33D251
Complementary color
Monochromatic Colors of #33D251
Black with #33D251
Text Example
Text Example
White with #33D251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D251; }
p { color: rgb(51,210,81); }
H1.HeaderClassName
{
color: #33D251;
}
.AnyTagClassName
{
color: #33D251;
}
</style>
background-color css
<style>
a { background-color: #33D251; }
a { background-color: rgb(51,210,81); }
div.DivClassName
{
background-color: #33D251;
}
.BgClassName
{
background-color: #33D251;
}
</style>
border-color css
<style>
span { border-color: #33D251; }
span { border-color: rgb(51,210,81); }
td.TdClassName
{
border-color: #33D251;
}
.TagClassName
{
border-color: #33D251;
}
</style>