Shades of Lime Green #2DBE16
Tints of Lime Green #2DBE16
RGB
CMYK
RGB Variations
Color information
#2DBE16 (or 0x2DBE16) is known color: Lime Green. HEX triplet: 2D, BE and 16. RGB value is (45,190,22). Sum of RGB (Red+Green+Blue) = 45+190+22=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBE16 is #D241E9. Grayscale: #808080. Windows color (decimal): -13779434 or 1490477. OLE color: 1490477.
HSL color Cylindrical-coordinate representation of color #2DBE16: hue angle of 111.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DBE16 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 22 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.25 |
| HSL | 111.79º | 0.79% | 0.42% | - |
| HSV(B) | 111.79º | 0.88% | 0.75% | - |
| XYZ | 19.64 | 37.44 | 6.95 | - |
| YUV | 127.49 | 68.46 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 22 | 0.76 | 0 | 0.88 | 0.25 | 111.79 | 0.79 | 0.42 |
| Hex | 2D | BE | 16 | 4C | 0 | 58 | 19 | 70 | 4F | 2A |
| Octal | 55 | 276 | 26 | 114 | 0 | 130 | 31 | 160 | 117 | 52 |
| Binary | 101101 | 10111110 | 10110 | 1001100 | 0 | 1011000 | 11001 | 1110000 | 1001111 | 101010 |
Color Harmonies of #2DBE16
Complementary color
Monochromatic Colors of #2DBE16
Black with #2DBE16
Text Example
Text Example
White with #2DBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE16; }
p { color: rgb(45,190,22); }
H1.HeaderClassName
{
color: #2DBE16;
}
.AnyTagClassName
{
color: #2DBE16;
}
</style>
background-color css
<style>
a { background-color: #2DBE16; }
a { background-color: rgb(45,190,22); }
div.DivClassName
{
background-color: #2DBE16;
}
.BgClassName
{
background-color: #2DBE16;
}
</style>
border-color css
<style>
span { border-color: #2DBE16; }
span { border-color: rgb(45,190,22); }
td.TdClassName
{
border-color: #2DBE16;
}
.TagClassName
{
border-color: #2DBE16;
}
</style>