Shades of Lime Green #2DD410
Tints of Lime Green #2DD410
RGB
CMYK
RGB Variations
Color information
#2DD410 (or 0x2DD410) is known color: Lime Green. HEX triplet: 2D, D4 and 10. RGB value is (45,212,16). Sum of RGB (Red+Green+Blue) = 45+212+16=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD410 is #D22BEF. Grayscale: #8C8C8C. Windows color (decimal): -13773808 or 1102893. OLE color: 1102893.
HSL color Cylindrical-coordinate representation of color #2DD410: hue angle of 111.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DD410 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 212 | 16 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.17 |
| HSL | 111.12º | 0.86% | 0.45% | - |
| HSV(B) | 111.12º | 0.92% | 0.83% | - |
| XYZ | 24.72 | 47.68 | 8.39 | - |
| YUV | 139.72 | 58.17 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 16 | 0.79 | 0 | 0.92 | 0.17 | 111.12 | 0.86 | 0.45 |
| Hex | 2D | D4 | 10 | 4F | 0 | 5C | 11 | 6F | 56 | 2D |
| Octal | 55 | 324 | 20 | 117 | 0 | 134 | 21 | 157 | 126 | 55 |
| Binary | 101101 | 11010100 | 10000 | 1001111 | 0 | 1011100 | 10001 | 1101111 | 1010110 | 101101 |
Color Harmonies of #2DD410
Complementary color
Monochromatic Colors of #2DD410
Black with #2DD410
Text Example
Text Example
White with #2DD410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD410; }
p { color: rgb(45,212,16); }
H1.HeaderClassName
{
color: #2DD410;
}
.AnyTagClassName
{
color: #2DD410;
}
</style>
background-color css
<style>
a { background-color: #2DD410; }
a { background-color: rgb(45,212,16); }
div.DivClassName
{
background-color: #2DD410;
}
.BgClassName
{
background-color: #2DD410;
}
</style>
border-color css
<style>
span { border-color: #2DD410; }
span { border-color: rgb(45,212,16); }
td.TdClassName
{
border-color: #2DD410;
}
.TagClassName
{
border-color: #2DD410;
}
</style>