Shades of Lime Green #2DD612
Tints of Lime Green #2DD612
RGB
CMYK
RGB Variations
Color information
#2DD612 (or 0x2DD612) is known color: Lime Green. HEX triplet: 2D, D6 and 12. RGB value is (45,214,18). Sum of RGB (Red+Green+Blue) = 45+214+18=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD612 is #D229ED. Grayscale: #8D8D8D. Windows color (decimal): -13773294 or 1234477. OLE color: 1234477.
HSL color Cylindrical-coordinate representation of color #2DD612: hue angle of 111.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DD612 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 18 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.16 |
| HSL | 111.73º | 0.84% | 0.45% | - |
| HSV(B) | 111.73º | 0.92% | 0.84% | - |
| XYZ | 25.24 | 48.69 | 8.64 | - |
| YUV | 141.13 | 58.51 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 18 | 0.79 | 0 | 0.92 | 0.16 | 111.73 | 0.84 | 0.45 |
| Hex | 2D | D6 | 12 | 4F | 0 | 5C | 10 | 70 | 54 | 2D |
| Octal | 55 | 326 | 22 | 117 | 0 | 134 | 20 | 160 | 124 | 55 |
| Binary | 101101 | 11010110 | 10010 | 1001111 | 0 | 1011100 | 10000 | 1110000 | 1010100 | 101101 |
Color Harmonies of #2DD612
Complementary color
Monochromatic Colors of #2DD612
Black with #2DD612
Text Example
Text Example
White with #2DD612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD612; }
p { color: rgb(45,214,18); }
H1.HeaderClassName
{
color: #2DD612;
}
.AnyTagClassName
{
color: #2DD612;
}
</style>
background-color css
<style>
a { background-color: #2DD612; }
a { background-color: rgb(45,214,18); }
div.DivClassName
{
background-color: #2DD612;
}
.BgClassName
{
background-color: #2DD612;
}
</style>
border-color css
<style>
span { border-color: #2DD612; }
span { border-color: rgb(45,214,18); }
td.TdClassName
{
border-color: #2DD612;
}
.TagClassName
{
border-color: #2DD612;
}
</style>