Shades of Lime Green #33D24D
Tints of Lime Green #33D24D
RGB
CMYK
RGB Variations
Color information
#33D24D (or 0x33D24D) is known color: Lime Green. HEX triplet: 33, D2 and 4D. RGB value is (51,210,77). Sum of RGB (Red+Green+Blue) = 51+210+77=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #33D24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D24D is #CC2DB2. Grayscale: #939393. Windows color (decimal): -13381043 or 5100083. OLE color: 5100083.
HSL color Cylindrical-coordinate representation of color #33D24D: hue angle of 129.81º 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 #33D24D is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 77 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.18 |
| HSL | 129.81º | 0.64% | 0.51% | - |
| HSV(B) | 129.81º | 0.76% | 0.82% | - |
| XYZ | 25.75 | 47.33 | 14.8 | - |
| YUV | 147.3 | 88.32 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 77 | 0.76 | 0 | 0.63 | 0.18 | 129.81 | 0.64 | 0.51 |
| Hex | 33 | D2 | 4D | 4C | 0 | 3F | 12 | 82 | 40 | 33 |
| Octal | 63 | 322 | 115 | 114 | 0 | 77 | 22 | 202 | 100 | 63 |
| Binary | 110011 | 11010010 | 1001101 | 1001100 | 0 | 111111 | 10010 | 10000010 | 1000000 | 110011 |
Color Harmonies of #33D24D
Complementary color
Monochromatic Colors of #33D24D
Black with #33D24D
Text Example
Text Example
White with #33D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D24D; }
p { color: rgb(51,210,77); }
H1.HeaderClassName
{
color: #33D24D;
}
.AnyTagClassName
{
color: #33D24D;
}
</style>
background-color css
<style>
a { background-color: #33D24D; }
a { background-color: rgb(51,210,77); }
div.DivClassName
{
background-color: #33D24D;
}
.BgClassName
{
background-color: #33D24D;
}
</style>
border-color css
<style>
span { border-color: #33D24D; }
span { border-color: rgb(51,210,77); }
td.TdClassName
{
border-color: #33D24D;
}
.TagClassName
{
border-color: #33D24D;
}
</style>