Shades of Lime Green #2DB41D
Tints of Lime Green #2DB41D
RGB
CMYK
RGB Variations
Color information
#2DB41D (or 0x2DB41D) is known color: Lime Green. HEX triplet: 2D, B4 and 1D. RGB value is (45,180,29). Sum of RGB (Red+Green+Blue) = 45+180+29=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB41D is #D24BE2. Grayscale: #7A7A7A. Windows color (decimal): -13781987 or 1946669. OLE color: 1946669.
HSL color Cylindrical-coordinate representation of color #2DB41D: hue angle of 113.64º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DB41D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 29 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.29 |
| HSL | 113.64º | 0.72% | 0.41% | - |
| HSV(B) | 113.64º | 0.84% | 0.71% | - |
| XYZ | 17.63 | 33.29 | 6.66 | - |
| YUV | 122.42 | 75.27 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 29 | 0.75 | 0 | 0.84 | 0.29 | 113.64 | 0.72 | 0.41 |
| Hex | 2D | B4 | 1D | 4B | 0 | 54 | 1D | 72 | 48 | 29 |
| Octal | 55 | 264 | 35 | 113 | 0 | 124 | 35 | 162 | 110 | 51 |
| Binary | 101101 | 10110100 | 11101 | 1001011 | 0 | 1010100 | 11101 | 1110010 | 1001000 | 101001 |
Color Harmonies of #2DB41D
Complementary color
Monochromatic Colors of #2DB41D
Black with #2DB41D
Text Example
Text Example
White with #2DB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB41D; }
p { color: rgb(45,180,29); }
H1.HeaderClassName
{
color: #2DB41D;
}
.AnyTagClassName
{
color: #2DB41D;
}
</style>
background-color css
<style>
a { background-color: #2DB41D; }
a { background-color: rgb(45,180,29); }
div.DivClassName
{
background-color: #2DB41D;
}
.BgClassName
{
background-color: #2DB41D;
}
</style>
border-color css
<style>
span { border-color: #2DB41D; }
span { border-color: rgb(45,180,29); }
td.TdClassName
{
border-color: #2DB41D;
}
.TagClassName
{
border-color: #2DB41D;
}
</style>