Shades of Lime Green #2FDF24
Tints of Lime Green #2FDF24
RGB
CMYK
RGB Variations
Color information
#2FDF24 (or 0x2FDF24) is known color: Lime Green. HEX triplet: 2F, DF and 24. RGB value is (47,223,36). Sum of RGB (Red+Green+Blue) = 47+223+36=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF24 is #D020DB. Grayscale: #959595. Windows color (decimal): -13639900 or 2416431. OLE color: 2416431.
HSL color Cylindrical-coordinate representation of color #2FDF24: hue angle of 116.47º 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 #2FDF24 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 36 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.13 |
| HSL | 116.47º | 0.75% | 0.51% | - |
| HSV(B) | 116.47º | 0.84% | 0.87% | - |
| XYZ | 27.88 | 53.51 | 10.53 | - |
| YUV | 149.06 | 64.19 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 36 | 0.79 | 0 | 0.84 | 0.13 | 116.47 | 0.75 | 0.51 |
| Hex | 2F | DF | 24 | 4F | 0 | 54 | D | 74 | 4B | 33 |
| Octal | 57 | 337 | 44 | 117 | 0 | 124 | 15 | 164 | 113 | 63 |
| Binary | 101111 | 11011111 | 100100 | 1001111 | 0 | 1010100 | 1101 | 1110100 | 1001011 | 110011 |
Color Harmonies of #2FDF24
Complementary color
Monochromatic Colors of #2FDF24
Black with #2FDF24
Text Example
Text Example
White with #2FDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF24; }
p { color: rgb(47,223,36); }
H1.HeaderClassName
{
color: #2FDF24;
}
.AnyTagClassName
{
color: #2FDF24;
}
</style>
background-color css
<style>
a { background-color: #2FDF24; }
a { background-color: rgb(47,223,36); }
div.DivClassName
{
background-color: #2FDF24;
}
.BgClassName
{
background-color: #2FDF24;
}
</style>
border-color css
<style>
span { border-color: #2FDF24; }
span { border-color: rgb(47,223,36); }
td.TdClassName
{
border-color: #2FDF24;
}
.TagClassName
{
border-color: #2FDF24;
}
</style>