Shades of Lime Green #2DCE1A
Tints of Lime Green #2DCE1A
RGB
CMYK
RGB Variations
Color information
#2DCE1A (or 0x2DCE1A) is known color: Lime Green. HEX triplet: 2D, CE and 1A. RGB value is (45,206,26). Sum of RGB (Red+Green+Blue) = 45+206+26=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 206 (80.86% from 255 or 74.37% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE1A is #D231E5. Grayscale: #898989. Windows color (decimal): -13775334 or 1756717. OLE color: 1756717.
HSL color Cylindrical-coordinate representation of color #2DCE1A: hue angle of 113.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2DCE1A is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 26 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.19 |
| HSL | 113.67º | 0.78% | 0.45% | - |
| HSV(B) | 113.67º | 0.87% | 0.81% | - |
| XYZ | 23.34 | 44.78 | 8.39 | - |
| YUV | 137.34 | 65.16 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 26 | 0.78 | 0 | 0.87 | 0.19 | 113.67 | 0.78 | 0.45 |
| Hex | 2D | CE | 1A | 4E | 0 | 57 | 13 | 72 | 4E | 2D |
| Octal | 55 | 316 | 32 | 116 | 0 | 127 | 23 | 162 | 116 | 55 |
| Binary | 101101 | 11001110 | 11010 | 1001110 | 0 | 1010111 | 10011 | 1110010 | 1001110 | 101101 |
Color Harmonies of #2DCE1A
Complementary color
Monochromatic Colors of #2DCE1A
Black with #2DCE1A
Text Example
Text Example
White with #2DCE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE1A; }
p { color: rgb(45,206,26); }
H1.HeaderClassName
{
color: #2DCE1A;
}
.AnyTagClassName
{
color: #2DCE1A;
}
</style>
background-color css
<style>
a { background-color: #2DCE1A; }
a { background-color: rgb(45,206,26); }
div.DivClassName
{
background-color: #2DCE1A;
}
.BgClassName
{
background-color: #2DCE1A;
}
</style>
border-color css
<style>
span { border-color: #2DCE1A; }
span { border-color: rgb(45,206,26); }
td.TdClassName
{
border-color: #2DCE1A;
}
.TagClassName
{
border-color: #2DCE1A;
}
</style>