Shades of Lime Green #33D24F
Tints of Lime Green #33D24F
RGB
CMYK
RGB Variations
Color information
#33D24F (or 0x33D24F) is known color: Lime Green. HEX triplet: 33, D2 and 4F. RGB value is (51,210,79). Sum of RGB (Red+Green+Blue) = 51+210+79=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #33D24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D24F is #CC2DB0. Grayscale: #939393. Windows color (decimal): -13381041 or 5231155. OLE color: 5231155.
HSL color Cylindrical-coordinate representation of color #33D24F: hue angle of 130.57º 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 #33D24F is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 210 | 79 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.18 |
| HSL | 130.57º | 0.64% | 0.51% | - |
| HSV(B) | 130.57º | 0.76% | 0.82% | - |
| XYZ | 25.82 | 47.36 | 15.18 | - |
| YUV | 147.53 | 89.32 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 210 | 79 | 0.76 | 0 | 0.62 | 0.18 | 130.57 | 0.64 | 0.51 |
| Hex | 33 | D2 | 4F | 4C | 0 | 3E | 12 | 83 | 40 | 33 |
| Octal | 63 | 322 | 117 | 114 | 0 | 76 | 22 | 203 | 100 | 63 |
| Binary | 110011 | 11010010 | 1001111 | 1001100 | 0 | 111110 | 10010 | 10000011 | 1000000 | 110011 |
Color Harmonies of #33D24F
Complementary color
Monochromatic Colors of #33D24F
Black with #33D24F
Text Example
Text Example
White with #33D24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D24F; }
p { color: rgb(51,210,79); }
H1.HeaderClassName
{
color: #33D24F;
}
.AnyTagClassName
{
color: #33D24F;
}
</style>
background-color css
<style>
a { background-color: #33D24F; }
a { background-color: rgb(51,210,79); }
div.DivClassName
{
background-color: #33D24F;
}
.BgClassName
{
background-color: #33D24F;
}
</style>
border-color css
<style>
span { border-color: #33D24F; }
span { border-color: rgb(51,210,79); }
td.TdClassName
{
border-color: #33D24F;
}
.TagClassName
{
border-color: #33D24F;
}
</style>