Shades of Lime Green #2DCE19
Tints of Lime Green #2DCE19
RGB
CMYK
RGB Variations
Color information
#2DCE19 (or 0x2DCE19) is known color: Lime Green. HEX triplet: 2D, CE and 19. RGB value is (45,206,25). Sum of RGB (Red+Green+Blue) = 45+206+25=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE19 is #D231E6. Grayscale: #898989. Windows color (decimal): -13775335 or 1691181. OLE color: 1691181.
HSL color Cylindrical-coordinate representation of color #2DCE19: hue angle of 113.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DCE19 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 25 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.19 |
| HSL | 113.37º | 0.78% | 0.45% | - |
| HSV(B) | 113.37º | 0.88% | 0.81% | - |
| XYZ | 23.33 | 44.77 | 8.33 | - |
| YUV | 137.23 | 64.66 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 25 | 0.78 | 0 | 0.88 | 0.19 | 113.37 | 0.78 | 0.45 |
| Hex | 2D | CE | 19 | 4E | 0 | 58 | 13 | 71 | 4E | 2D |
| Octal | 55 | 316 | 31 | 116 | 0 | 130 | 23 | 161 | 116 | 55 |
| Binary | 101101 | 11001110 | 11001 | 1001110 | 0 | 1011000 | 10011 | 1110001 | 1001110 | 101101 |
Color Harmonies of #2DCE19
Complementary color
Monochromatic Colors of #2DCE19
Black with #2DCE19
Text Example
Text Example
White with #2DCE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE19; }
p { color: rgb(45,206,25); }
H1.HeaderClassName
{
color: #2DCE19;
}
.AnyTagClassName
{
color: #2DCE19;
}
</style>
background-color css
<style>
a { background-color: #2DCE19; }
a { background-color: rgb(45,206,25); }
div.DivClassName
{
background-color: #2DCE19;
}
.BgClassName
{
background-color: #2DCE19;
}
</style>
border-color css
<style>
span { border-color: #2DCE19; }
span { border-color: rgb(45,206,25); }
td.TdClassName
{
border-color: #2DCE19;
}
.TagClassName
{
border-color: #2DCE19;
}
</style>