Shades of Lime Green #33DB23
Tints of Lime Green #33DB23
RGB
CMYK
RGB Variations
Color information
#33DB23 (or 0x33DB23) is known color: Lime Green. HEX triplet: 33, DB and 23. RGB value is (51,219,35). Sum of RGB (Red+Green+Blue) = 51+219+35=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 219 (85.94% from 255 or 71.80% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DB23 is #CC24DC. Grayscale: #949494. Windows color (decimal): -13378781 or 2349875. OLE color: 2349875.
HSL color Cylindrical-coordinate representation of color #33DB23: hue angle of 114.78º degrees, saturation: 0.72, 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 #33DB23 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 35 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.14 |
| HSL | 114.78º | 0.72% | 0.5% | - |
| HSV(B) | 114.78º | 0.84% | 0.86% | - |
| XYZ | 27 | 51.49 | 10.11 | - |
| YUV | 147.79 | 64.34 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 35 | 0.77 | 0 | 0.84 | 0.14 | 114.78 | 0.72 | 0.5 |
| Hex | 33 | DB | 23 | 4D | 0 | 54 | E | 73 | 48 | 32 |
| Octal | 63 | 333 | 43 | 115 | 0 | 124 | 16 | 163 | 110 | 62 |
| Binary | 110011 | 11011011 | 100011 | 1001101 | 0 | 1010100 | 1110 | 1110011 | 1001000 | 110010 |
Color Harmonies of #33DB23
Complementary color
Monochromatic Colors of #33DB23
Black with #33DB23
Text Example
Text Example
White with #33DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB23; }
p { color: rgb(51,219,35); }
H1.HeaderClassName
{
color: #33DB23;
}
.AnyTagClassName
{
color: #33DB23;
}
</style>
background-color css
<style>
a { background-color: #33DB23; }
a { background-color: rgb(51,219,35); }
div.DivClassName
{
background-color: #33DB23;
}
.BgClassName
{
background-color: #33DB23;
}
</style>
border-color css
<style>
span { border-color: #33DB23; }
span { border-color: rgb(51,219,35); }
td.TdClassName
{
border-color: #33DB23;
}
.TagClassName
{
border-color: #33DB23;
}
</style>