Shades of Lime Green #2DB538
Tints of Lime Green #2DB538
RGB
CMYK
RGB Variations
Color information
#2DB538 (or 0x2DB538) is known color: Lime Green. HEX triplet: 2D, B5 and 38. RGB value is (45,181,56). Sum of RGB (Red+Green+Blue) = 45+181+56=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB538 is #D24AC7. Grayscale: #7E7E7E. Windows color (decimal): -13781704 or 3716397. OLE color: 3716397.
HSL color Cylindrical-coordinate representation of color #2DB538: hue angle of 124.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB538 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 56 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.29 |
| HSL | 124.85º | 0.6% | 0.44% | - |
| HSV(B) | 124.85º | 0.75% | 0.71% | - |
| XYZ | 18.32 | 33.89 | 9.32 | - |
| YUV | 126.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 56 | 0.75 | 0 | 0.69 | 0.29 | 124.85 | 0.6 | 0.44 |
| Hex | 2D | B5 | 38 | 4B | 0 | 45 | 1D | 7D | 3C | 2C |
| Octal | 55 | 265 | 70 | 113 | 0 | 105 | 35 | 175 | 74 | 54 |
| Binary | 101101 | 10110101 | 111000 | 1001011 | 0 | 1000101 | 11101 | 1111101 | 111100 | 101100 |
Color Harmonies of #2DB538
Complementary color
Monochromatic Colors of #2DB538
Black with #2DB538
Text Example
Text Example
White with #2DB538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB538; }
p { color: rgb(45,181,56); }
H1.HeaderClassName
{
color: #2DB538;
}
.AnyTagClassName
{
color: #2DB538;
}
</style>
background-color css
<style>
a { background-color: #2DB538; }
a { background-color: rgb(45,181,56); }
div.DivClassName
{
background-color: #2DB538;
}
.BgClassName
{
background-color: #2DB538;
}
</style>
border-color css
<style>
span { border-color: #2DB538; }
span { border-color: rgb(45,181,56); }
td.TdClassName
{
border-color: #2DB538;
}
.TagClassName
{
border-color: #2DB538;
}
</style>