Shades of Lime Green #2DB51B
Tints of Lime Green #2DB51B
RGB
CMYK
RGB Variations
Color information
#2DB51B (or 0x2DB51B) is known color: Lime Green. HEX triplet: 2D, B5 and 1B. RGB value is (45,181,27). Sum of RGB (Red+Green+Blue) = 45+181+27=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 181 (71.09% from 255 or 71.54% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB51B is #D24AE4. Grayscale: #7B7B7B. Windows color (decimal): -13781733 or 1815853. OLE color: 1815853.
HSL color Cylindrical-coordinate representation of color #2DB51B: hue angle of 112.99º degrees, saturation: 0.74, 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 #2DB51B is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 27 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.29 |
| HSL | 112.99º | 0.74% | 0.41% | - |
| HSV(B) | 112.99º | 0.85% | 0.71% | - |
| XYZ | 17.8 | 33.68 | 6.6 | - |
| YUV | 122.78 | 73.94 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 27 | 0.75 | 0 | 0.85 | 0.29 | 112.99 | 0.74 | 0.41 |
| Hex | 2D | B5 | 1B | 4B | 0 | 55 | 1D | 71 | 4A | 29 |
| Octal | 55 | 265 | 33 | 113 | 0 | 125 | 35 | 161 | 112 | 51 |
| Binary | 101101 | 10110101 | 11011 | 1001011 | 0 | 1010101 | 11101 | 1110001 | 1001010 | 101001 |
Color Harmonies of #2DB51B
Complementary color
Monochromatic Colors of #2DB51B
Black with #2DB51B
Text Example
Text Example
White with #2DB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB51B; }
p { color: rgb(45,181,27); }
H1.HeaderClassName
{
color: #2DB51B;
}
.AnyTagClassName
{
color: #2DB51B;
}
</style>
background-color css
<style>
a { background-color: #2DB51B; }
a { background-color: rgb(45,181,27); }
div.DivClassName
{
background-color: #2DB51B;
}
.BgClassName
{
background-color: #2DB51B;
}
</style>
border-color css
<style>
span { border-color: #2DB51B; }
span { border-color: rgb(45,181,27); }
td.TdClassName
{
border-color: #2DB51B;
}
.TagClassName
{
border-color: #2DB51B;
}
</style>