Shades of Lime Green #33DD2A
Tints of Lime Green #33DD2A
RGB
CMYK
RGB Variations
Color information
#33DD2A (or 0x33DD2A) is known color: Lime Green. HEX triplet: 33, DD and 2A. RGB value is (51,221,42). Sum of RGB (Red+Green+Blue) = 51+221+42=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD2A is #CC22D5. Grayscale: #969696. Windows color (decimal): -13378262 or 2809139. OLE color: 2809139.
HSL color Cylindrical-coordinate representation of color #33DD2A: hue angle of 116.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33DD2A is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 221 | 42 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.13 |
| HSL | 116.98º | 0.72% | 0.52% | - |
| HSV(B) | 116.98º | 0.81% | 0.87% | - |
| XYZ | 27.64 | 52.58 | 10.88 | - |
| YUV | 149.76 | 67.18 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 42 | 0.77 | 0 | 0.81 | 0.13 | 116.98 | 0.72 | 0.52 |
| Hex | 33 | DD | 2A | 4D | 0 | 51 | D | 75 | 48 | 34 |
| Octal | 63 | 335 | 52 | 115 | 0 | 121 | 15 | 165 | 110 | 64 |
| Binary | 110011 | 11011101 | 101010 | 1001101 | 0 | 1010001 | 1101 | 1110101 | 1001000 | 110100 |
Color Harmonies of #33DD2A
Complementary color
Monochromatic Colors of #33DD2A
Black with #33DD2A
Text Example
Text Example
White with #33DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DD2A; }
p { color: rgb(51,221,42); }
H1.HeaderClassName
{
color: #33DD2A;
}
.AnyTagClassName
{
color: #33DD2A;
}
</style>
background-color css
<style>
a { background-color: #33DD2A; }
a { background-color: rgb(51,221,42); }
div.DivClassName
{
background-color: #33DD2A;
}
.BgClassName
{
background-color: #33DD2A;
}
</style>
border-color css
<style>
span { border-color: #33DD2A; }
span { border-color: rgb(51,221,42); }
td.TdClassName
{
border-color: #33DD2A;
}
.TagClassName
{
border-color: #33DD2A;
}
</style>