Shades of Lime Green #2DD61F
Tints of Lime Green #2DD61F
RGB
CMYK
RGB Variations
Color information
#2DD61F (or 0x2DD61F) is known color: Lime Green. HEX triplet: 2D, D6 and 1F. RGB value is (45,214,31). Sum of RGB (Red+Green+Blue) = 45+214+31=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 214 (83.98% from 255 or 73.79% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD61F is #D229E0. Grayscale: #8F8F8F. Windows color (decimal): -13773281 or 2086445. OLE color: 2086445.
HSL color Cylindrical-coordinate representation of color #2DD61F: hue angle of 115.41º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DD61F is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 31 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.16 |
| HSL | 115.41º | 0.75% | 0.48% | - |
| HSV(B) | 115.41º | 0.86% | 0.84% | - |
| XYZ | 25.38 | 48.75 | 9.37 | - |
| YUV | 142.61 | 65.01 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 31 | 0.79 | 0 | 0.86 | 0.16 | 115.41 | 0.75 | 0.48 |
| Hex | 2D | D6 | 1F | 4F | 0 | 56 | 10 | 73 | 4B | 30 |
| Octal | 55 | 326 | 37 | 117 | 0 | 126 | 20 | 163 | 113 | 60 |
| Binary | 101101 | 11010110 | 11111 | 1001111 | 0 | 1010110 | 10000 | 1110011 | 1001011 | 110000 |
Color Harmonies of #2DD61F
Complementary color
Monochromatic Colors of #2DD61F
Black with #2DD61F
Text Example
Text Example
White with #2DD61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD61F; }
p { color: rgb(45,214,31); }
H1.HeaderClassName
{
color: #2DD61F;
}
.AnyTagClassName
{
color: #2DD61F;
}
</style>
background-color css
<style>
a { background-color: #2DD61F; }
a { background-color: rgb(45,214,31); }
div.DivClassName
{
background-color: #2DD61F;
}
.BgClassName
{
background-color: #2DD61F;
}
</style>
border-color css
<style>
span { border-color: #2DD61F; }
span { border-color: rgb(45,214,31); }
td.TdClassName
{
border-color: #2DD61F;
}
.TagClassName
{
border-color: #2DD61F;
}
</style>