Shades of Lime Green #2DB523
Tints of Lime Green #2DB523
RGB
CMYK
RGB Variations
Color information
#2DB523 (or 0x2DB523) is known color: Lime Green. HEX triplet: 2D, B5 and 23. RGB value is (45,181,35). Sum of RGB (Red+Green+Blue) = 45+181+35=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 181 (71.09% from 255 or 69.35% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB523 is #D24ADC. Grayscale: #7C7C7C. Windows color (decimal): -13781725 or 2340141. OLE color: 2340141.
HSL color Cylindrical-coordinate representation of color #2DB523: hue angle of 115.89º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DB523 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 35 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.29 |
| HSL | 115.89º | 0.68% | 0.42% | - |
| HSV(B) | 115.89º | 0.81% | 0.71% | - |
| XYZ | 17.91 | 33.73 | 7.16 | - |
| YUV | 123.69 | 77.94 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 35 | 0.75 | 0 | 0.81 | 0.29 | 115.89 | 0.68 | 0.42 |
| Hex | 2D | B5 | 23 | 4B | 0 | 51 | 1D | 74 | 44 | 2A |
| Octal | 55 | 265 | 43 | 113 | 0 | 121 | 35 | 164 | 104 | 52 |
| Binary | 101101 | 10110101 | 100011 | 1001011 | 0 | 1010001 | 11101 | 1110100 | 1000100 | 101010 |
Color Harmonies of #2DB523
Complementary color
Monochromatic Colors of #2DB523
Black with #2DB523
Text Example
Text Example
White with #2DB523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB523; }
p { color: rgb(45,181,35); }
H1.HeaderClassName
{
color: #2DB523;
}
.AnyTagClassName
{
color: #2DB523;
}
</style>
background-color css
<style>
a { background-color: #2DB523; }
a { background-color: rgb(45,181,35); }
div.DivClassName
{
background-color: #2DB523;
}
.BgClassName
{
background-color: #2DB523;
}
</style>
border-color css
<style>
span { border-color: #2DB523; }
span { border-color: rgb(45,181,35); }
td.TdClassName
{
border-color: #2DB523;
}
.TagClassName
{
border-color: #2DB523;
}
</style>