Shades of Lime Green #2DB41F
Tints of Lime Green #2DB41F
RGB
CMYK
RGB Variations
Color information
#2DB41F (or 0x2DB41F) is known color: Lime Green. HEX triplet: 2D, B4 and 1F. RGB value is (45,180,31). Sum of RGB (Red+Green+Blue) = 45+180+31=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB41F is #D24BE0. Grayscale: #7B7B7B. Windows color (decimal): -13781985 or 2077741. OLE color: 2077741.
HSL color Cylindrical-coordinate representation of color #2DB41F: hue angle of 114.36º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DB41F is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 31 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.29 |
| HSL | 114.36º | 0.71% | 0.41% | - |
| HSV(B) | 114.36º | 0.83% | 0.71% | - |
| XYZ | 17.65 | 33.3 | 6.79 | - |
| YUV | 122.65 | 76.27 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 31 | 0.75 | 0 | 0.83 | 0.29 | 114.36 | 0.71 | 0.41 |
| Hex | 2D | B4 | 1F | 4B | 0 | 53 | 1D | 72 | 47 | 29 |
| Octal | 55 | 264 | 37 | 113 | 0 | 123 | 35 | 162 | 107 | 51 |
| Binary | 101101 | 10110100 | 11111 | 1001011 | 0 | 1010011 | 11101 | 1110010 | 1000111 | 101001 |
Color Harmonies of #2DB41F
Complementary color
Monochromatic Colors of #2DB41F
Black with #2DB41F
Text Example
Text Example
White with #2DB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB41F; }
p { color: rgb(45,180,31); }
H1.HeaderClassName
{
color: #2DB41F;
}
.AnyTagClassName
{
color: #2DB41F;
}
</style>
background-color css
<style>
a { background-color: #2DB41F; }
a { background-color: rgb(45,180,31); }
div.DivClassName
{
background-color: #2DB41F;
}
.BgClassName
{
background-color: #2DB41F;
}
</style>
border-color css
<style>
span { border-color: #2DB41F; }
span { border-color: rgb(45,180,31); }
td.TdClassName
{
border-color: #2DB41F;
}
.TagClassName
{
border-color: #2DB41F;
}
</style>