Shades of Lime Green #2DBD24
Tints of Lime Green #2DBD24
RGB
CMYK
RGB Variations
Color information
#2DBD24 (or 0x2DBD24) is known color: Lime Green. HEX triplet: 2D, BD and 24. RGB value is (45,189,36). Sum of RGB (Red+Green+Blue) = 45+189+36=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBD24 is #D242DB. Grayscale: #808080. Windows color (decimal): -13779676 or 2407725. OLE color: 2407725.
HSL color Cylindrical-coordinate representation of color #2DBD24: hue angle of 116.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBD24 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 189 | 36 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.26 |
| HSL | 116.47º | 0.68% | 0.44% | - |
| HSV(B) | 116.47º | 0.81% | 0.74% | - |
| XYZ | 19.6 | 37.08 | 7.79 | - |
| YUV | 128.5 | 75.79 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 36 | 0.76 | 0 | 0.81 | 0.26 | 116.47 | 0.68 | 0.44 |
| Hex | 2D | BD | 24 | 4C | 0 | 51 | 1A | 74 | 44 | 2C |
| Octal | 55 | 275 | 44 | 114 | 0 | 121 | 32 | 164 | 104 | 54 |
| Binary | 101101 | 10111101 | 100100 | 1001100 | 0 | 1010001 | 11010 | 1110100 | 1000100 | 101100 |
Color Harmonies of #2DBD24
Complementary color
Monochromatic Colors of #2DBD24
Black with #2DBD24
Text Example
Text Example
White with #2DBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBD24; }
p { color: rgb(45,189,36); }
H1.HeaderClassName
{
color: #2DBD24;
}
.AnyTagClassName
{
color: #2DBD24;
}
</style>
background-color css
<style>
a { background-color: #2DBD24; }
a { background-color: rgb(45,189,36); }
div.DivClassName
{
background-color: #2DBD24;
}
.BgClassName
{
background-color: #2DBD24;
}
</style>
border-color css
<style>
span { border-color: #2DBD24; }
span { border-color: rgb(45,189,36); }
td.TdClassName
{
border-color: #2DBD24;
}
.TagClassName
{
border-color: #2DBD24;
}
</style>