Shades of Lime Green #2DBE19
Tints of Lime Green #2DBE19
RGB
CMYK
RGB Variations
Color information
#2DBE19 (or 0x2DBE19) is known color: Lime Green. HEX triplet: 2D, BE and 19. RGB value is (45,190,25). Sum of RGB (Red+Green+Blue) = 45+190+25=260 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.31% from 260); Green value is 190 (74.61% from 255 or 73.08% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBE19 is #D241E6. Grayscale: #808080. Windows color (decimal): -13779431 or 1687085. OLE color: 1687085.
HSL color Cylindrical-coordinate representation of color #2DBE19: hue angle of 112.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DBE19 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 25 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.25 |
| HSL | 112.73º | 0.77% | 0.42% | - |
| HSV(B) | 112.73º | 0.87% | 0.75% | - |
| XYZ | 19.67 | 37.45 | 7.11 | - |
| YUV | 127.84 | 69.96 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 25 | 0.76 | 0 | 0.87 | 0.25 | 112.73 | 0.77 | 0.42 |
| Hex | 2D | BE | 19 | 4C | 0 | 57 | 19 | 71 | 4D | 2A |
| Octal | 55 | 276 | 31 | 114 | 0 | 127 | 31 | 161 | 115 | 52 |
| Binary | 101101 | 10111110 | 11001 | 1001100 | 0 | 1010111 | 11001 | 1110001 | 1001101 | 101010 |
Color Harmonies of #2DBE19
Complementary color
Monochromatic Colors of #2DBE19
Black with #2DBE19
Text Example
Text Example
White with #2DBE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE19; }
p { color: rgb(45,190,25); }
H1.HeaderClassName
{
color: #2DBE19;
}
.AnyTagClassName
{
color: #2DBE19;
}
</style>
background-color css
<style>
a { background-color: #2DBE19; }
a { background-color: rgb(45,190,25); }
div.DivClassName
{
background-color: #2DBE19;
}
.BgClassName
{
background-color: #2DBE19;
}
</style>
border-color css
<style>
span { border-color: #2DBE19; }
span { border-color: rgb(45,190,25); }
td.TdClassName
{
border-color: #2DBE19;
}
.TagClassName
{
border-color: #2DBE19;
}
</style>