Shades of Lime Green #2DDF24
Tints of Lime Green #2DDF24
RGB
CMYK
RGB Variations
Color information
#2DDF24 (or 0x2DDF24) is known color: Lime Green. HEX triplet: 2D, DF and 24. RGB value is (45,223,36). Sum of RGB (Red+Green+Blue) = 45+223+36=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDF24 is #D220DB. Grayscale: #959595. Windows color (decimal): -13770972 or 2416429. OLE color: 2416429.
HSL color Cylindrical-coordinate representation of color #2DDF24: hue angle of 117.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DDF24 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 36 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.13 |
| HSL | 117.11º | 0.75% | 0.51% | - |
| HSV(B) | 117.11º | 0.84% | 0.87% | - |
| XYZ | 27.79 | 53.46 | 10.52 | - |
| YUV | 148.46 | 64.53 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 36 | 0.80 | 0 | 0.84 | 0.13 | 117.11 | 0.75 | 0.51 |
| Hex | 2D | DF | 24 | 50 | 0 | 54 | D | 75 | 4B | 33 |
| Octal | 55 | 337 | 44 | 120 | 0 | 124 | 15 | 165 | 113 | 63 |
| Binary | 101101 | 11011111 | 100100 | 1010000 | 0 | 1010100 | 1101 | 1110101 | 1001011 | 110011 |
Color Harmonies of #2DDF24
Complementary color
Monochromatic Colors of #2DDF24
Black with #2DDF24
Text Example
Text Example
White with #2DDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF24; }
p { color: rgb(45,223,36); }
H1.HeaderClassName
{
color: #2DDF24;
}
.AnyTagClassName
{
color: #2DDF24;
}
</style>
background-color css
<style>
a { background-color: #2DDF24; }
a { background-color: rgb(45,223,36); }
div.DivClassName
{
background-color: #2DDF24;
}
.BgClassName
{
background-color: #2DDF24;
}
</style>
border-color css
<style>
span { border-color: #2DDF24; }
span { border-color: rgb(45,223,36); }
td.TdClassName
{
border-color: #2DDF24;
}
.TagClassName
{
border-color: #2DDF24;
}
</style>