Shades of Lime Green #2DB724
Tints of Lime Green #2DB724
RGB
CMYK
RGB Variations
Color information
#2DB724 (or 0x2DB724) is known color: Lime Green. HEX triplet: 2D, B7 and 24. RGB value is (45,183,36). Sum of RGB (Red+Green+Blue) = 45+183+36=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 183 (71.88% from 255 or 69.32% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB724 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB724 is #D248DB. Grayscale: #7D7D7D. Windows color (decimal): -13781212 or 2406189. OLE color: 2406189.
HSL color Cylindrical-coordinate representation of color #2DB724: hue angle of 116.33º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DB724 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 36 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.28 |
| HSL | 116.33º | 0.67% | 0.43% | - |
| HSV(B) | 116.33º | 0.8% | 0.72% | - |
| XYZ | 18.33 | 34.55 | 7.37 | - |
| YUV | 124.98 | 77.78 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 36 | 0.75 | 0 | 0.80 | 0.28 | 116.33 | 0.67 | 0.43 |
| Hex | 2D | B7 | 24 | 4B | 0 | 50 | 1C | 74 | 43 | 2B |
| Octal | 55 | 267 | 44 | 113 | 0 | 120 | 34 | 164 | 103 | 53 |
| Binary | 101101 | 10110111 | 100100 | 1001011 | 0 | 1010000 | 11100 | 1110100 | 1000011 | 101011 |
Color Harmonies of #2DB724
Complementary color
Monochromatic Colors of #2DB724
Black with #2DB724
Text Example
Text Example
White with #2DB724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB724; }
p { color: rgb(45,183,36); }
H1.HeaderClassName
{
color: #2DB724;
}
.AnyTagClassName
{
color: #2DB724;
}
</style>
background-color css
<style>
a { background-color: #2DB724; }
a { background-color: rgb(45,183,36); }
div.DivClassName
{
background-color: #2DB724;
}
.BgClassName
{
background-color: #2DB724;
}
</style>
border-color css
<style>
span { border-color: #2DB724; }
span { border-color: rgb(45,183,36); }
td.TdClassName
{
border-color: #2DB724;
}
.TagClassName
{
border-color: #2DB724;
}
</style>