Shades of Lime Green #2DB51C
Tints of Lime Green #2DB51C
RGB
CMYK
RGB Variations
Color information
#2DB51C (or 0x2DB51C) is known color: Lime Green. HEX triplet: 2D, B5 and 1C. RGB value is (45,181,28). Sum of RGB (Red+Green+Blue) = 45+181+28=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 181 (71.09% from 255 or 71.26% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB51C is #D24AE3. Grayscale: #7B7B7B. Windows color (decimal): -13781732 or 1881389. OLE color: 1881389.
HSL color Cylindrical-coordinate representation of color #2DB51C: hue angle of 113.33º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DB51C is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 28 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.29 |
| HSL | 113.33º | 0.73% | 0.41% | - |
| HSV(B) | 113.33º | 0.85% | 0.71% | - |
| XYZ | 17.82 | 33.69 | 6.66 | - |
| YUV | 122.89 | 74.44 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 28 | 0.75 | 0 | 0.85 | 0.29 | 113.33 | 0.73 | 0.41 |
| Hex | 2D | B5 | 1C | 4B | 0 | 55 | 1D | 71 | 49 | 29 |
| Octal | 55 | 265 | 34 | 113 | 0 | 125 | 35 | 161 | 111 | 51 |
| Binary | 101101 | 10110101 | 11100 | 1001011 | 0 | 1010101 | 11101 | 1110001 | 1001001 | 101001 |
Color Harmonies of #2DB51C
Complementary color
Monochromatic Colors of #2DB51C
Black with #2DB51C
Text Example
Text Example
White with #2DB51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB51C; }
p { color: rgb(45,181,28); }
H1.HeaderClassName
{
color: #2DB51C;
}
.AnyTagClassName
{
color: #2DB51C;
}
</style>
background-color css
<style>
a { background-color: #2DB51C; }
a { background-color: rgb(45,181,28); }
div.DivClassName
{
background-color: #2DB51C;
}
.BgClassName
{
background-color: #2DB51C;
}
</style>
border-color css
<style>
span { border-color: #2DB51C; }
span { border-color: rgb(45,181,28); }
td.TdClassName
{
border-color: #2DB51C;
}
.TagClassName
{
border-color: #2DB51C;
}
</style>