Shades of Lime Green #2DF224
Tints of Lime Green #2DF224
RGB
CMYK
RGB Variations
Color information
#2DF224 (or 0x2DF224) is known color: Lime Green. HEX triplet: 2D, F2 and 24. RGB value is (45,242,36). Sum of RGB (Red+Green+Blue) = 45+242+36=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 242 (94.92% from 255 or 74.92% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF224 is #D20DDB. Grayscale: #A0A0A0. Windows color (decimal): -13766108 or 2421293. OLE color: 2421293.
HSL color Cylindrical-coordinate representation of color #2DF224: hue angle of 117.38º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DF224 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 36 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.05 |
| HSL | 117.38º | 0.89% | 0.55% | - |
| HSV(B) | 117.38º | 0.85% | 0.95% | - |
| XYZ | 33.15 | 64.19 | 12.31 | - |
| YUV | 159.61 | 58.23 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 36 | 0.81 | 0 | 0.85 | 0.05 | 117.38 | 0.89 | 0.55 |
| Hex | 2D | F2 | 24 | 51 | 0 | 55 | 5 | 75 | 59 | 37 |
| Octal | 55 | 362 | 44 | 121 | 0 | 125 | 5 | 165 | 131 | 67 |
| Binary | 101101 | 11110010 | 100100 | 1010001 | 0 | 1010101 | 101 | 1110101 | 1011001 | 110111 |
Color Harmonies of #2DF224
Complementary color
Monochromatic Colors of #2DF224
Black with #2DF224
Text Example
Text Example
White with #2DF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF224; }
p { color: rgb(45,242,36); }
H1.HeaderClassName
{
color: #2DF224;
}
.AnyTagClassName
{
color: #2DF224;
}
</style>
background-color css
<style>
a { background-color: #2DF224; }
a { background-color: rgb(45,242,36); }
div.DivClassName
{
background-color: #2DF224;
}
.BgClassName
{
background-color: #2DF224;
}
</style>
border-color css
<style>
span { border-color: #2DF224; }
span { border-color: rgb(45,242,36); }
td.TdClassName
{
border-color: #2DF224;
}
.TagClassName
{
border-color: #2DF224;
}
</style>