Shades of Lime Green #33DB22
Tints of Lime Green #33DB22
RGB
CMYK
RGB Variations
Color information
#33DB22 (or 0x33DB22) is known color: Lime Green. HEX triplet: 33, DB and 22. RGB value is (51,219,34). Sum of RGB (Red+Green+Blue) = 51+219+34=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DB22 is #CC24DD. Grayscale: #949494. Windows color (decimal): -13378782 or 2284339. OLE color: 2284339.
HSL color Cylindrical-coordinate representation of color #33DB22: hue angle of 114.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33DB22 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 34 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.14 |
| HSL | 114.49º | 0.73% | 0.5% | - |
| HSV(B) | 114.49º | 0.84% | 0.86% | - |
| XYZ | 26.99 | 51.48 | 10.03 | - |
| YUV | 147.68 | 63.84 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 34 | 0.77 | 0 | 0.84 | 0.14 | 114.49 | 0.73 | 0.5 |
| Hex | 33 | DB | 22 | 4D | 0 | 54 | E | 72 | 49 | 32 |
| Octal | 63 | 333 | 42 | 115 | 0 | 124 | 16 | 162 | 111 | 62 |
| Binary | 110011 | 11011011 | 100010 | 1001101 | 0 | 1010100 | 1110 | 1110010 | 1001001 | 110010 |
Color Harmonies of #33DB22
Complementary color
Monochromatic Colors of #33DB22
Black with #33DB22
Text Example
Text Example
White with #33DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB22; }
p { color: rgb(51,219,34); }
H1.HeaderClassName
{
color: #33DB22;
}
.AnyTagClassName
{
color: #33DB22;
}
</style>
background-color css
<style>
a { background-color: #33DB22; }
a { background-color: rgb(51,219,34); }
div.DivClassName
{
background-color: #33DB22;
}
.BgClassName
{
background-color: #33DB22;
}
</style>
border-color css
<style>
span { border-color: #33DB22; }
span { border-color: rgb(51,219,34); }
td.TdClassName
{
border-color: #33DB22;
}
.TagClassName
{
border-color: #33DB22;
}
</style>