Shades of Lime Green #2DDA14
Tints of Lime Green #2DDA14
RGB
CMYK
RGB Variations
Color information
#2DDA14 (or 0x2DDA14) is known color: Lime Green. HEX triplet: 2D, DA and 14. RGB value is (45,218,20). Sum of RGB (Red+Green+Blue) = 45+218+20=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDA14 is #D225EB. Grayscale: #909090. Windows color (decimal): -13772268 or 1366573. OLE color: 1366573.
HSL color Cylindrical-coordinate representation of color #2DDA14: hue angle of 112.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DDA14 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 20 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.15 |
| HSL | 112.42º | 0.83% | 0.47% | - |
| HSV(B) | 112.42º | 0.91% | 0.85% | - |
| XYZ | 26.28 | 50.75 | 9.07 | - |
| YUV | 143.7 | 58.19 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 20 | 0.79 | 0 | 0.91 | 0.15 | 112.42 | 0.83 | 0.47 |
| Hex | 2D | DA | 14 | 4F | 0 | 5B | F | 70 | 53 | 2F |
| Octal | 55 | 332 | 24 | 117 | 0 | 133 | 17 | 160 | 123 | 57 |
| Binary | 101101 | 11011010 | 10100 | 1001111 | 0 | 1011011 | 1111 | 1110000 | 1010011 | 101111 |
Color Harmonies of #2DDA14
Complementary color
Monochromatic Colors of #2DDA14
Black with #2DDA14
Text Example
Text Example
White with #2DDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA14; }
p { color: rgb(45,218,20); }
H1.HeaderClassName
{
color: #2DDA14;
}
.AnyTagClassName
{
color: #2DDA14;
}
</style>
background-color css
<style>
a { background-color: #2DDA14; }
a { background-color: rgb(45,218,20); }
div.DivClassName
{
background-color: #2DDA14;
}
.BgClassName
{
background-color: #2DDA14;
}
</style>
border-color css
<style>
span { border-color: #2DDA14; }
span { border-color: rgb(45,218,20); }
td.TdClassName
{
border-color: #2DDA14;
}
.TagClassName
{
border-color: #2DDA14;
}
</style>