Shades of Lime Green #2DEF24
Tints of Lime Green #2DEF24
RGB
CMYK
RGB Variations
Color information
#2DEF24 (or 0x2DEF24) is known color: Lime Green. HEX triplet: 2D, EF and 24. RGB value is (45,239,36). Sum of RGB (Red+Green+Blue) = 45+239+36=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEF24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEF24 is #D210DB. Grayscale: #9E9E9E. Windows color (decimal): -13766876 or 2420525. OLE color: 2420525.
HSL color Cylindrical-coordinate representation of color #2DEF24: hue angle of 117.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DEF24 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 36 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.06 |
| HSL | 117.34º | 0.86% | 0.54% | - |
| HSV(B) | 117.34º | 0.85% | 0.94% | - |
| XYZ | 32.27 | 62.42 | 12.02 | - |
| YUV | 157.85 | 59.23 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 36 | 0.81 | 0 | 0.85 | 0.06 | 117.34 | 0.86 | 0.54 |
| Hex | 2D | EF | 24 | 51 | 0 | 55 | 6 | 75 | 56 | 36 |
| Octal | 55 | 357 | 44 | 121 | 0 | 125 | 6 | 165 | 126 | 66 |
| Binary | 101101 | 11101111 | 100100 | 1010001 | 0 | 1010101 | 110 | 1110101 | 1010110 | 110110 |
Color Harmonies of #2DEF24
Complementary color
Monochromatic Colors of #2DEF24
Black with #2DEF24
Text Example
Text Example
White with #2DEF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEF24; }
p { color: rgb(45,239,36); }
H1.HeaderClassName
{
color: #2DEF24;
}
.AnyTagClassName
{
color: #2DEF24;
}
</style>
background-color css
<style>
a { background-color: #2DEF24; }
a { background-color: rgb(45,239,36); }
div.DivClassName
{
background-color: #2DEF24;
}
.BgClassName
{
background-color: #2DEF24;
}
</style>
border-color css
<style>
span { border-color: #2DEF24; }
span { border-color: rgb(45,239,36); }
td.TdClassName
{
border-color: #2DEF24;
}
.TagClassName
{
border-color: #2DEF24;
}
</style>