Shades of Lime Green #2DBE17
Tints of Lime Green #2DBE17
RGB
CMYK
RGB Variations
Color information
#2DBE17 (or 0x2DBE17) is known color: Lime Green. HEX triplet: 2D, BE and 17. RGB value is (45,190,23). Sum of RGB (Red+Green+Blue) = 45+190+23=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 190 (74.61% from 255 or 73.64% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBE17 is #D241E8. Grayscale: #808080. Windows color (decimal): -13779433 or 1556013. OLE color: 1556013.
HSL color Cylindrical-coordinate representation of color #2DBE17: hue angle of 112.1º degrees, saturation: 0.78, 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 #2DBE17 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 23 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.25 |
| HSL | 112.1º | 0.78% | 0.42% | - |
| HSV(B) | 112.1º | 0.88% | 0.75% | - |
| XYZ | 19.65 | 37.45 | 7 | - |
| YUV | 127.61 | 68.96 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 23 | 0.76 | 0 | 0.88 | 0.25 | 112.1 | 0.78 | 0.42 |
| Hex | 2D | BE | 17 | 4C | 0 | 58 | 19 | 70 | 4E | 2A |
| Octal | 55 | 276 | 27 | 114 | 0 | 130 | 31 | 160 | 116 | 52 |
| Binary | 101101 | 10111110 | 10111 | 1001100 | 0 | 1011000 | 11001 | 1110000 | 1001110 | 101010 |
Color Harmonies of #2DBE17
Complementary color
Monochromatic Colors of #2DBE17
Black with #2DBE17
Text Example
Text Example
White with #2DBE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE17; }
p { color: rgb(45,190,23); }
H1.HeaderClassName
{
color: #2DBE17;
}
.AnyTagClassName
{
color: #2DBE17;
}
</style>
background-color css
<style>
a { background-color: #2DBE17; }
a { background-color: rgb(45,190,23); }
div.DivClassName
{
background-color: #2DBE17;
}
.BgClassName
{
background-color: #2DBE17;
}
</style>
border-color css
<style>
span { border-color: #2DBE17; }
span { border-color: rgb(45,190,23); }
td.TdClassName
{
border-color: #2DBE17;
}
.TagClassName
{
border-color: #2DBE17;
}
</style>