Shades of Lime Green #33DB14
Tints of Lime Green #33DB14
RGB
CMYK
RGB Variations
Color information
#33DB14 (or 0x33DB14) is known color: Lime Green. HEX triplet: 33, DB and 14. RGB value is (51,219,20). Sum of RGB (Red+Green+Blue) = 51+219+20=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 219 (85.94% from 255 or 75.52% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DB14 is #CC24EB. Grayscale: #929292. Windows color (decimal): -13378796 or 1366835. OLE color: 1366835.
HSL color Cylindrical-coordinate representation of color #33DB14: hue angle of 110.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33DB14 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 20 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.14 |
| HSL | 110.65º | 0.83% | 0.47% | - |
| HSV(B) | 110.65º | 0.91% | 0.86% | - |
| XYZ | 26.82 | 51.42 | 9.17 | - |
| YUV | 146.08 | 56.84 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 20 | 0.77 | 0 | 0.91 | 0.14 | 110.65 | 0.83 | 0.47 |
| Hex | 33 | DB | 14 | 4D | 0 | 5B | E | 6F | 53 | 2F |
| Octal | 63 | 333 | 24 | 115 | 0 | 133 | 16 | 157 | 123 | 57 |
| Binary | 110011 | 11011011 | 10100 | 1001101 | 0 | 1011011 | 1110 | 1101111 | 1010011 | 101111 |
Color Harmonies of #33DB14
Complementary color
Monochromatic Colors of #33DB14
Black with #33DB14
Text Example
Text Example
White with #33DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB14; }
p { color: rgb(51,219,20); }
H1.HeaderClassName
{
color: #33DB14;
}
.AnyTagClassName
{
color: #33DB14;
}
</style>
background-color css
<style>
a { background-color: #33DB14; }
a { background-color: rgb(51,219,20); }
div.DivClassName
{
background-color: #33DB14;
}
.BgClassName
{
background-color: #33DB14;
}
</style>
border-color css
<style>
span { border-color: #33DB14; }
span { border-color: rgb(51,219,20); }
td.TdClassName
{
border-color: #33DB14;
}
.TagClassName
{
border-color: #33DB14;
}
</style>