Shades of Lime Green #33DD2E
Tints of Lime Green #33DD2E
RGB
CMYK
RGB Variations
Color information
#33DD2E (or 0x33DD2E) is known color: Lime Green. HEX triplet: 33, DD and 2E. RGB value is (51,221,46). Sum of RGB (Red+Green+Blue) = 51+221+46=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD2E is #CC22D1. Grayscale: #969696. Windows color (decimal): -13378258 or 3071283. OLE color: 3071283.
HSL color Cylindrical-coordinate representation of color #33DD2E: hue angle of 118.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DD2E is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 46 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.13 |
| HSL | 118.29º | 0.72% | 0.52% | - |
| HSV(B) | 118.29º | 0.79% | 0.87% | - |
| XYZ | 27.71 | 52.61 | 11.28 | - |
| YUV | 150.22 | 69.18 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 46 | 0.77 | 0 | 0.79 | 0.13 | 118.29 | 0.72 | 0.52 |
| Hex | 33 | DD | 2E | 4D | 0 | 4F | D | 76 | 48 | 34 |
| Octal | 63 | 335 | 56 | 115 | 0 | 117 | 15 | 166 | 110 | 64 |
| Binary | 110011 | 11011101 | 101110 | 1001101 | 0 | 1001111 | 1101 | 1110110 | 1001000 | 110100 |
Color Harmonies of #33DD2E
Complementary color
Monochromatic Colors of #33DD2E
Black with #33DD2E
Text Example
Text Example
White with #33DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD2E; }
p { color: rgb(51,221,46); }
H1.HeaderClassName
{
color: #33DD2E;
}
.AnyTagClassName
{
color: #33DD2E;
}
</style>
background-color css
<style>
a { background-color: #33DD2E; }
a { background-color: rgb(51,221,46); }
div.DivClassName
{
background-color: #33DD2E;
}
.BgClassName
{
background-color: #33DD2E;
}
</style>
border-color css
<style>
span { border-color: #33DD2E; }
span { border-color: rgb(51,221,46); }
td.TdClassName
{
border-color: #33DD2E;
}
.TagClassName
{
border-color: #33DD2E;
}
</style>