Shades of Lime Green #33DB2B
Tints of Lime Green #33DB2B
RGB
CMYK
RGB Variations
Color information
#33DB2B (or 0x33DB2B) is known color: Lime Green. HEX triplet: 33, DB and 2B. RGB value is (51,219,43). Sum of RGB (Red+Green+Blue) = 51+219+43=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DB2B is #CC24D4. Grayscale: #959595. Windows color (decimal): -13378773 or 2874163. OLE color: 2874163.
HSL color Cylindrical-coordinate representation of color #33DB2B: hue angle of 117.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DB2B is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 219 | 43 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.14 |
| HSL | 117.27º | 0.71% | 0.51% | - |
| HSV(B) | 117.27º | 0.8% | 0.86% | - |
| XYZ | 27.13 | 51.54 | 10.8 | - |
| YUV | 148.7 | 68.34 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 43 | 0.77 | 0 | 0.80 | 0.14 | 117.27 | 0.71 | 0.51 |
| Hex | 33 | DB | 2B | 4D | 0 | 50 | E | 75 | 47 | 33 |
| Octal | 63 | 333 | 53 | 115 | 0 | 120 | 16 | 165 | 107 | 63 |
| Binary | 110011 | 11011011 | 101011 | 1001101 | 0 | 1010000 | 1110 | 1110101 | 1000111 | 110011 |
Color Harmonies of #33DB2B
Complementary color
Monochromatic Colors of #33DB2B
Black with #33DB2B
Text Example
Text Example
White with #33DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DB2B; }
p { color: rgb(51,219,43); }
H1.HeaderClassName
{
color: #33DB2B;
}
.AnyTagClassName
{
color: #33DB2B;
}
</style>
background-color css
<style>
a { background-color: #33DB2B; }
a { background-color: rgb(51,219,43); }
div.DivClassName
{
background-color: #33DB2B;
}
.BgClassName
{
background-color: #33DB2B;
}
</style>
border-color css
<style>
span { border-color: #33DB2B; }
span { border-color: rgb(51,219,43); }
td.TdClassName
{
border-color: #33DB2B;
}
.TagClassName
{
border-color: #33DB2B;
}
</style>