Shades of Lime Green #2DEC1C
Tints of Lime Green #2DEC1C
RGB
CMYK
RGB Variations
Color information
#2DEC1C (or 0x2DEC1C) is known color: Lime Green. HEX triplet: 2D, EC and 1C. RGB value is (45,236,28). Sum of RGB (Red+Green+Blue) = 45+236+28=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 236 (92.58% from 255 or 76.38% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC1C is #D213E3. Grayscale: #9B9B9B. Windows color (decimal): -13767652 or 1895469. OLE color: 1895469.
HSL color Cylindrical-coordinate representation of color #2DEC1C: hue angle of 115.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DEC1C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 28 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.07 |
| HSL | 115.1º | 0.85% | 0.52% | - |
| HSV(B) | 115.1º | 0.88% | 0.93% | - |
| XYZ | 31.29 | 60.63 | 11.15 | - |
| YUV | 155.18 | 56.22 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 28 | 0.81 | 0 | 0.88 | 0.07 | 115.1 | 0.85 | 0.52 |
| Hex | 2D | EC | 1C | 51 | 0 | 58 | 7 | 73 | 55 | 34 |
| Octal | 55 | 354 | 34 | 121 | 0 | 130 | 7 | 163 | 125 | 64 |
| Binary | 101101 | 11101100 | 11100 | 1010001 | 0 | 1011000 | 111 | 1110011 | 1010101 | 110100 |
Color Harmonies of #2DEC1C
Complementary color
Monochromatic Colors of #2DEC1C
Black with #2DEC1C
Text Example
Text Example
White with #2DEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC1C; }
p { color: rgb(45,236,28); }
H1.HeaderClassName
{
color: #2DEC1C;
}
.AnyTagClassName
{
color: #2DEC1C;
}
</style>
background-color css
<style>
a { background-color: #2DEC1C; }
a { background-color: rgb(45,236,28); }
div.DivClassName
{
background-color: #2DEC1C;
}
.BgClassName
{
background-color: #2DEC1C;
}
</style>
border-color css
<style>
span { border-color: #2DEC1C; }
span { border-color: rgb(45,236,28); }
td.TdClassName
{
border-color: #2DEC1C;
}
.TagClassName
{
border-color: #2DEC1C;
}
</style>