Shades of Lime Green #2DDA10
Tints of Lime Green #2DDA10
RGB
CMYK
RGB Variations
Color information
#2DDA10 (or 0x2DDA10) is known color: Lime Green. HEX triplet: 2D, DA and 10. RGB value is (45,218,16). Sum of RGB (Red+Green+Blue) = 45+218+16=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 218 (85.55% from 255 or 78.14% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 218 - color contains mainly: green. Hex color #2DDA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDA10 is #D225EF. Grayscale: #8F8F8F. Windows color (decimal): -13772272 or 1104429. OLE color: 1104429.
HSL color Cylindrical-coordinate representation of color #2DDA10: hue angle of 111.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DDA10 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 218 | 16 | - |
| CMYK | 0.79 | 0 | 0.93 | 0.15 |
| HSL | 111.39º | 0.86% | 0.46% | - |
| HSV(B) | 111.39º | 0.93% | 0.85% | - |
| XYZ | 26.25 | 50.74 | 8.9 | - |
| YUV | 143.25 | 56.19 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 218 | 16 | 0.79 | 0 | 0.93 | 0.15 | 111.39 | 0.86 | 0.46 |
| Hex | 2D | DA | 10 | 4F | 0 | 5D | F | 6F | 56 | 2E |
| Octal | 55 | 332 | 20 | 117 | 0 | 135 | 17 | 157 | 126 | 56 |
| Binary | 101101 | 11011010 | 10000 | 1001111 | 0 | 1011101 | 1111 | 1101111 | 1010110 | 101110 |
Color Harmonies of #2DDA10
Complementary color
Monochromatic Colors of #2DDA10
Black with #2DDA10
Text Example
Text Example
White with #2DDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDA10; }
p { color: rgb(45,218,16); }
H1.HeaderClassName
{
color: #2DDA10;
}
.AnyTagClassName
{
color: #2DDA10;
}
</style>
background-color css
<style>
a { background-color: #2DDA10; }
a { background-color: rgb(45,218,16); }
div.DivClassName
{
background-color: #2DDA10;
}
.BgClassName
{
background-color: #2DDA10;
}
</style>
border-color css
<style>
span { border-color: #2DDA10; }
span { border-color: rgb(45,218,16); }
td.TdClassName
{
border-color: #2DDA10;
}
.TagClassName
{
border-color: #2DDA10;
}
</style>