Shades of Lime Green #2DB21D
Tints of Lime Green #2DB21D
RGB
CMYK
RGB Variations
Color information
#2DB21D (or 0x2DB21D) is known color: Lime Green. HEX triplet: 2D, B2 and 1D. RGB value is (45,178,29). Sum of RGB (Red+Green+Blue) = 45+178+29=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB21D is #D24DE2. Grayscale: #797979. Windows color (decimal): -13782499 or 1946157. OLE color: 1946157.
HSL color Cylindrical-coordinate representation of color #2DB21D: hue angle of 113.56º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DB21D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 29 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.30 |
| HSL | 113.56º | 0.72% | 0.41% | - |
| HSV(B) | 113.56º | 0.84% | 0.7% | - |
| XYZ | 17.22 | 32.49 | 6.53 | - |
| YUV | 121.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 29 | 0.75 | 0 | 0.84 | 0.30 | 113.56 | 0.72 | 0.41 |
| Hex | 2D | B2 | 1D | 4B | 0 | 54 | 1E | 72 | 48 | 29 |
| Octal | 55 | 262 | 35 | 113 | 0 | 124 | 36 | 162 | 110 | 51 |
| Binary | 101101 | 10110010 | 11101 | 1001011 | 0 | 1010100 | 11110 | 1110010 | 1001000 | 101001 |
Color Harmonies of #2DB21D
Complementary color
Monochromatic Colors of #2DB21D
Black with #2DB21D
Text Example
Text Example
White with #2DB21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB21D; }
p { color: rgb(45,178,29); }
H1.HeaderClassName
{
color: #2DB21D;
}
.AnyTagClassName
{
color: #2DB21D;
}
</style>
background-color css
<style>
a { background-color: #2DB21D; }
a { background-color: rgb(45,178,29); }
div.DivClassName
{
background-color: #2DB21D;
}
.BgClassName
{
background-color: #2DB21D;
}
</style>
border-color css
<style>
span { border-color: #2DB21D; }
span { border-color: rgb(45,178,29); }
td.TdClassName
{
border-color: #2DB21D;
}
.TagClassName
{
border-color: #2DB21D;
}
</style>