Shades of Lime Green #2DB21C
Tints of Lime Green #2DB21C
RGB
CMYK
RGB Variations
Color information
#2DB21C (or 0x2DB21C) is known color: Lime Green. HEX triplet: 2D, B2 and 1C. RGB value is (45,178,28). Sum of RGB (Red+Green+Blue) = 45+178+28=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB21C is #D24DE3. Grayscale: #797979. Windows color (decimal): -13782500 or 1880621. OLE color: 1880621.
HSL color Cylindrical-coordinate representation of color #2DB21C: hue angle of 113.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DB21C is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 28 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.30 |
| HSL | 113.2º | 0.73% | 0.4% | - |
| HSV(B) | 113.2º | 0.84% | 0.7% | - |
| XYZ | 17.21 | 32.48 | 6.46 | - |
| YUV | 121.13 | 75.44 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 28 | 0.75 | 0 | 0.84 | 0.30 | 113.2 | 0.73 | 0.4 |
| Hex | 2D | B2 | 1C | 4B | 0 | 54 | 1E | 71 | 49 | 28 |
| Octal | 55 | 262 | 34 | 113 | 0 | 124 | 36 | 161 | 111 | 50 |
| Binary | 101101 | 10110010 | 11100 | 1001011 | 0 | 1010100 | 11110 | 1110001 | 1001001 | 101000 |
Color Harmonies of #2DB21C
Complementary color
Monochromatic Colors of #2DB21C
Black with #2DB21C
Text Example
Text Example
White with #2DB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB21C; }
p { color: rgb(45,178,28); }
H1.HeaderClassName
{
color: #2DB21C;
}
.AnyTagClassName
{
color: #2DB21C;
}
</style>
background-color css
<style>
a { background-color: #2DB21C; }
a { background-color: rgb(45,178,28); }
div.DivClassName
{
background-color: #2DB21C;
}
.BgClassName
{
background-color: #2DB21C;
}
</style>
border-color css
<style>
span { border-color: #2DB21C; }
span { border-color: rgb(45,178,28); }
td.TdClassName
{
border-color: #2DB21C;
}
.TagClassName
{
border-color: #2DB21C;
}
</style>