Shades of Lime Green #33DB4F
Tints of Lime Green #33DB4F
RGB
CMYK
RGB Variations
Color information
#33DB4F (or 0x33DB4F) is known color: Lime Green. HEX triplet: 33, DB and 4F. RGB value is (51,219,79). Sum of RGB (Red+Green+Blue) = 51+219+79=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DB4F is #CC24B0. Grayscale: #999999. Windows color (decimal): -13378737 or 5233459. OLE color: 5233459.
HSL color Cylindrical-coordinate representation of color #33DB4F: hue angle of 130º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DB4F is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 79 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.14 |
| HSL | 130º | 0.7% | 0.53% | - |
| HSV(B) | 130º | 0.77% | 0.86% | - |
| XYZ | 28.11 | 51.93 | 15.94 | - |
| YUV | 152.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 79 | 0.77 | 0 | 0.64 | 0.14 | 130 | 0.7 | 0.53 |
| Hex | 33 | DB | 4F | 4D | 0 | 40 | E | 82 | 46 | 35 |
| Octal | 63 | 333 | 117 | 115 | 0 | 100 | 16 | 202 | 106 | 65 |
| Binary | 110011 | 11011011 | 1001111 | 1001101 | 0 | 1000000 | 1110 | 10000010 | 1000110 | 110101 |
Color Harmonies of #33DB4F
Complementary color
Monochromatic Colors of #33DB4F
Black with #33DB4F
Text Example
Text Example
White with #33DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB4F; }
p { color: rgb(51,219,79); }
H1.HeaderClassName
{
color: #33DB4F;
}
.AnyTagClassName
{
color: #33DB4F;
}
</style>
background-color css
<style>
a { background-color: #33DB4F; }
a { background-color: rgb(51,219,79); }
div.DivClassName
{
background-color: #33DB4F;
}
.BgClassName
{
background-color: #33DB4F;
}
</style>
border-color css
<style>
span { border-color: #33DB4F; }
span { border-color: rgb(51,219,79); }
td.TdClassName
{
border-color: #33DB4F;
}
.TagClassName
{
border-color: #33DB4F;
}
</style>