Shades of Lime Green #33DB1B
Tints of Lime Green #33DB1B
RGB
CMYK
RGB Variations
Color information
#33DB1B (or 0x33DB1B) is known color: Lime Green. HEX triplet: 33, DB and 1B. RGB value is (51,219,27). Sum of RGB (Red+Green+Blue) = 51+219+27=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DB1B is #CC24E4. Grayscale: #939393. Windows color (decimal): -13378789 or 1825587. OLE color: 1825587.
HSL color Cylindrical-coordinate representation of color #33DB1B: hue angle of 112.5º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33DB1B is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 27 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.14 |
| HSL | 112.5º | 0.78% | 0.48% | - |
| HSV(B) | 112.5º | 0.88% | 0.86% | - |
| XYZ | 26.89 | 51.45 | 9.55 | - |
| YUV | 146.88 | 60.34 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 27 | 0.77 | 0 | 0.88 | 0.14 | 112.5 | 0.78 | 0.48 |
| Hex | 33 | DB | 1B | 4D | 0 | 58 | E | 70 | 4E | 30 |
| Octal | 63 | 333 | 33 | 115 | 0 | 130 | 16 | 160 | 116 | 60 |
| Binary | 110011 | 11011011 | 11011 | 1001101 | 0 | 1011000 | 1110 | 1110000 | 1001110 | 110000 |
Color Harmonies of #33DB1B
Complementary color
Monochromatic Colors of #33DB1B
Black with #33DB1B
Text Example
Text Example
White with #33DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB1B; }
p { color: rgb(51,219,27); }
H1.HeaderClassName
{
color: #33DB1B;
}
.AnyTagClassName
{
color: #33DB1B;
}
</style>
background-color css
<style>
a { background-color: #33DB1B; }
a { background-color: rgb(51,219,27); }
div.DivClassName
{
background-color: #33DB1B;
}
.BgClassName
{
background-color: #33DB1B;
}
</style>
border-color css
<style>
span { border-color: #33DB1B; }
span { border-color: rgb(51,219,27); }
td.TdClassName
{
border-color: #33DB1B;
}
.TagClassName
{
border-color: #33DB1B;
}
</style>