Shades of Lime Green #33DD40
Tints of Lime Green #33DD40
RGB
CMYK
RGB Variations
Color information
#33DD40 (or 0x33DD40) is known color: Lime Green. HEX triplet: 33, DD and 40. RGB value is (51,221,64). Sum of RGB (Red+Green+Blue) = 51+221+64=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD40 is #CC22BF. Grayscale: #989898. Windows color (decimal): -13378240 or 4250931. OLE color: 4250931.
HSL color Cylindrical-coordinate representation of color #33DD40: hue angle of 124.59º 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 #33DD40 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 64 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.13 |
| HSL | 124.59º | 0.71% | 0.53% | - |
| HSV(B) | 124.59º | 0.77% | 0.87% | - |
| XYZ | 28.15 | 52.79 | 13.56 | - |
| YUV | 152.27 | 78.18 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 64 | 0.77 | 0 | 0.71 | 0.13 | 124.59 | 0.71 | 0.53 |
| Hex | 33 | DD | 40 | 4D | 0 | 47 | D | 7D | 47 | 35 |
| Octal | 63 | 335 | 100 | 115 | 0 | 107 | 15 | 175 | 107 | 65 |
| Binary | 110011 | 11011101 | 1000000 | 1001101 | 0 | 1000111 | 1101 | 1111101 | 1000111 | 110101 |
Color Harmonies of #33DD40
Complementary color
Monochromatic Colors of #33DD40
Black with #33DD40
Text Example
Text Example
White with #33DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD40; }
p { color: rgb(51,221,64); }
H1.HeaderClassName
{
color: #33DD40;
}
.AnyTagClassName
{
color: #33DD40;
}
</style>
background-color css
<style>
a { background-color: #33DD40; }
a { background-color: rgb(51,221,64); }
div.DivClassName
{
background-color: #33DD40;
}
.BgClassName
{
background-color: #33DD40;
}
</style>
border-color css
<style>
span { border-color: #33DD40; }
span { border-color: rgb(51,221,64); }
td.TdClassName
{
border-color: #33DD40;
}
.TagClassName
{
border-color: #33DD40;
}
</style>