Shades of Lime Green #33DD4D
Tints of Lime Green #33DD4D
RGB
CMYK
RGB Variations
Color information
#33DD4D (or 0x33DD4D) is known color: Lime Green. HEX triplet: 33, DD and 4D. RGB value is (51,221,77). Sum of RGB (Red+Green+Blue) = 51+221+77=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 221 (86.72% from 255 or 63.32% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD4D is #CC22B2. Grayscale: #9A9A9A. Windows color (decimal): -13378227 or 5102899. OLE color: 5102899.
HSL color Cylindrical-coordinate representation of color #33DD4D: hue angle of 129.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD4D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 77 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.13 |
| HSL | 129.18º | 0.71% | 0.53% | - |
| HSV(B) | 129.18º | 0.77% | 0.87% | - |
| XYZ | 28.56 | 52.95 | 15.74 | - |
| YUV | 153.75 | 84.68 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 77 | 0.77 | 0 | 0.65 | 0.13 | 129.18 | 0.71 | 0.53 |
| Hex | 33 | DD | 4D | 4D | 0 | 41 | D | 81 | 47 | 35 |
| Octal | 63 | 335 | 115 | 115 | 0 | 101 | 15 | 201 | 107 | 65 |
| Binary | 110011 | 11011101 | 1001101 | 1001101 | 0 | 1000001 | 1101 | 10000001 | 1000111 | 110101 |
Color Harmonies of #33DD4D
Complementary color
Monochromatic Colors of #33DD4D
Black with #33DD4D
Text Example
Text Example
White with #33DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD4D; }
p { color: rgb(51,221,77); }
H1.HeaderClassName
{
color: #33DD4D;
}
.AnyTagClassName
{
color: #33DD4D;
}
</style>
background-color css
<style>
a { background-color: #33DD4D; }
a { background-color: rgb(51,221,77); }
div.DivClassName
{
background-color: #33DD4D;
}
.BgClassName
{
background-color: #33DD4D;
}
</style>
border-color css
<style>
span { border-color: #33DD4D; }
span { border-color: rgb(51,221,77); }
td.TdClassName
{
border-color: #33DD4D;
}
.TagClassName
{
border-color: #33DD4D;
}
</style>