Shades of Lime Green #33D14D
Tints of Lime Green #33D14D
RGB
CMYK
RGB Variations
Color information
#33D14D (or 0x33D14D) is known color: Lime Green. HEX triplet: 33, D1 and 4D. RGB value is (51,209,77). Sum of RGB (Red+Green+Blue) = 51+209+77=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 209 (82.03% from 255 or 62.02% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 209 - color contains mainly: green. Hex color #33D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D14D is #CC2EB2. Grayscale: #939393. Windows color (decimal): -13381299 or 5099827. OLE color: 5099827.
HSL color Cylindrical-coordinate representation of color #33D14D: hue angle of 129.87º degrees, saturation: 0.63, 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 #33D14D is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 209 | 77 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.18 |
| HSL | 129.87º | 0.63% | 0.51% | - |
| HSV(B) | 129.87º | 0.76% | 0.82% | - |
| XYZ | 25.51 | 46.84 | 14.72 | - |
| YUV | 146.71 | 88.65 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 209 | 77 | 0.76 | 0 | 0.63 | 0.18 | 129.87 | 0.63 | 0.51 |
| Hex | 33 | D1 | 4D | 4C | 0 | 3F | 12 | 82 | 3F | 33 |
| Octal | 63 | 321 | 115 | 114 | 0 | 77 | 22 | 202 | 77 | 63 |
| Binary | 110011 | 11010001 | 1001101 | 1001100 | 0 | 111111 | 10010 | 10000010 | 111111 | 110011 |
Color Harmonies of #33D14D
Complementary color
Monochromatic Colors of #33D14D
Black with #33D14D
Text Example
Text Example
White with #33D14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D14D; }
p { color: rgb(51,209,77); }
H1.HeaderClassName
{
color: #33D14D;
}
.AnyTagClassName
{
color: #33D14D;
}
</style>
background-color css
<style>
a { background-color: #33D14D; }
a { background-color: rgb(51,209,77); }
div.DivClassName
{
background-color: #33D14D;
}
.BgClassName
{
background-color: #33D14D;
}
</style>
border-color css
<style>
span { border-color: #33D14D; }
span { border-color: rgb(51,209,77); }
td.TdClassName
{
border-color: #33D14D;
}
.TagClassName
{
border-color: #33D14D;
}
</style>