Shades of Lime Green #2DDA0E
Tints of Lime Green #2DDA0E
RGB
CMYK
RGB Variations
Color information
#2DDA0E (or 0x2DDA0E) is known color: Lime Green. HEX triplet: 2D, DA and 0E. RGB value is (45,218,14). Sum of RGB (Red+Green+Blue) = 45+218+14=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDA0E is #D225F1. Grayscale: #8F8F8F. Windows color (decimal): -13772274 or 973357. OLE color: 973357.
HSL color Cylindrical-coordinate representation of color #2DDA0E: hue angle of 110.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DDA0E is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 14 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.15 |
| HSL | 110.88º | 0.88% | 0.45% | - |
| HSV(B) | 110.88º | 0.94% | 0.85% | - |
| XYZ | 26.23 | 50.73 | 8.83 | - |
| YUV | 143.02 | 55.19 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 14 | 0.79 | 0 | 0.94 | 0.15 | 110.88 | 0.88 | 0.45 |
| Hex | 2D | DA | E | 4F | 0 | 5E | F | 6F | 58 | 2D |
| Octal | 55 | 332 | 16 | 117 | 0 | 136 | 17 | 157 | 130 | 55 |
| Binary | 101101 | 11011010 | 1110 | 1001111 | 0 | 1011110 | 1111 | 1101111 | 1011000 | 101101 |
Color Harmonies of #2DDA0E
Complementary color
Monochromatic Colors of #2DDA0E
Black with #2DDA0E
Text Example
Text Example
White with #2DDA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA0E; }
p { color: rgb(45,218,14); }
H1.HeaderClassName
{
color: #2DDA0E;
}
.AnyTagClassName
{
color: #2DDA0E;
}
</style>
background-color css
<style>
a { background-color: #2DDA0E; }
a { background-color: rgb(45,218,14); }
div.DivClassName
{
background-color: #2DDA0E;
}
.BgClassName
{
background-color: #2DDA0E;
}
</style>
border-color css
<style>
span { border-color: #2DDA0E; }
span { border-color: rgb(45,218,14); }
td.TdClassName
{
border-color: #2DDA0E;
}
.TagClassName
{
border-color: #2DDA0E;
}
</style>