Shades of Lime Green #2DDE0F
Tints of Lime Green #2DDE0F
RGB
CMYK
RGB Variations
Color information
#2DDE0F (or 0x2DDE0F) is known color: Lime Green. HEX triplet: 2D, DE and 0F. RGB value is (45,222,15). Sum of RGB (Red+Green+Blue) = 45+222+15=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 222 (87.11% from 255 or 78.72% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDE0F is #D221F0. Grayscale: #929292. Windows color (decimal): -13771249 or 1039917. OLE color: 1039917.
HSL color Cylindrical-coordinate representation of color #2DDE0F: hue angle of 111.3º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DDE0F is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 15 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.13 |
| HSL | 111.3º | 0.87% | 0.46% | - |
| HSV(B) | 111.3º | 0.93% | 0.87% | - |
| XYZ | 27.29 | 52.83 | 9.21 | - |
| YUV | 145.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 15 | 0.80 | 0 | 0.93 | 0.13 | 111.3 | 0.87 | 0.46 |
| Hex | 2D | DE | F | 50 | 0 | 5D | D | 6F | 57 | 2E |
| Octal | 55 | 336 | 17 | 120 | 0 | 135 | 15 | 157 | 127 | 56 |
| Binary | 101101 | 11011110 | 1111 | 1010000 | 0 | 1011101 | 1101 | 1101111 | 1010111 | 101110 |
Color Harmonies of #2DDE0F
Complementary color
Monochromatic Colors of #2DDE0F
Black with #2DDE0F
Text Example
Text Example
White with #2DDE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE0F; }
p { color: rgb(45,222,15); }
H1.HeaderClassName
{
color: #2DDE0F;
}
.AnyTagClassName
{
color: #2DDE0F;
}
</style>
background-color css
<style>
a { background-color: #2DDE0F; }
a { background-color: rgb(45,222,15); }
div.DivClassName
{
background-color: #2DDE0F;
}
.BgClassName
{
background-color: #2DDE0F;
}
</style>
border-color css
<style>
span { border-color: #2DDE0F; }
span { border-color: rgb(45,222,15); }
td.TdClassName
{
border-color: #2DDE0F;
}
.TagClassName
{
border-color: #2DDE0F;
}
</style>