Shades of Lime Green #2DB51A
Tints of Lime Green #2DB51A
RGB
CMYK
RGB Variations
Color information
#2DB51A (or 0x2DB51A) is known color: Lime Green. HEX triplet: 2D, B5 and 1A. RGB value is (45,181,26). Sum of RGB (Red+Green+Blue) = 45+181+26=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 181 (71.09% from 255 or 71.83% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB51A is #D24AE5. Grayscale: #7B7B7B. Windows color (decimal): -13781734 or 1750317. OLE color: 1750317.
HSL color Cylindrical-coordinate representation of color #2DB51A: hue angle of 112.65º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DB51A is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 26 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.29 |
| HSL | 112.65º | 0.75% | 0.41% | - |
| HSV(B) | 112.65º | 0.86% | 0.71% | - |
| XYZ | 17.79 | 33.68 | 6.54 | - |
| YUV | 122.67 | 73.44 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 26 | 0.75 | 0 | 0.86 | 0.29 | 112.65 | 0.75 | 0.41 |
| Hex | 2D | B5 | 1A | 4B | 0 | 56 | 1D | 71 | 4B | 29 |
| Octal | 55 | 265 | 32 | 113 | 0 | 126 | 35 | 161 | 113 | 51 |
| Binary | 101101 | 10110101 | 11010 | 1001011 | 0 | 1010110 | 11101 | 1110001 | 1001011 | 101001 |
Color Harmonies of #2DB51A
Complementary color
Monochromatic Colors of #2DB51A
Black with #2DB51A
Text Example
Text Example
White with #2DB51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB51A; }
p { color: rgb(45,181,26); }
H1.HeaderClassName
{
color: #2DB51A;
}
.AnyTagClassName
{
color: #2DB51A;
}
</style>
background-color css
<style>
a { background-color: #2DB51A; }
a { background-color: rgb(45,181,26); }
div.DivClassName
{
background-color: #2DB51A;
}
.BgClassName
{
background-color: #2DB51A;
}
</style>
border-color css
<style>
span { border-color: #2DB51A; }
span { border-color: rgb(45,181,26); }
td.TdClassName
{
border-color: #2DB51A;
}
.TagClassName
{
border-color: #2DB51A;
}
</style>