Shades of Lime Green #3FDF24
Tints of Lime Green #3FDF24
RGB
CMYK
RGB Variations
Color information
#3FDF24 (or 0x3FDF24) is known color: Lime Green. HEX triplet: 3F, DF and 24. RGB value is (63,223,36). Sum of RGB (Red+Green+Blue) = 63+223+36=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF24 is #C020DB. Grayscale: #9A9A9A. Windows color (decimal): -12591324 or 2416447. OLE color: 2416447.
HSL color Cylindrical-coordinate representation of color #3FDF24: hue angle of 111.34º 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 #3FDF24 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 36 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.13 |
| HSL | 111.34º | 0.75% | 0.51% | - |
| HSV(B) | 111.34º | 0.84% | 0.87% | - |
| XYZ | 28.76 | 53.96 | 10.57 | - |
| YUV | 153.84 | 61.49 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 36 | 0.72 | 0 | 0.84 | 0.13 | 111.34 | 0.75 | 0.51 |
| Hex | 3F | DF | 24 | 48 | 0 | 54 | D | 6F | 4B | 33 |
| Octal | 77 | 337 | 44 | 110 | 0 | 124 | 15 | 157 | 113 | 63 |
| Binary | 111111 | 11011111 | 100100 | 1001000 | 0 | 1010100 | 1101 | 1101111 | 1001011 | 110011 |
Color Harmonies of #3FDF24
Complementary color
Monochromatic Colors of #3FDF24
Black with #3FDF24
Text Example
Text Example
White with #3FDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF24; }
p { color: rgb(63,223,36); }
H1.HeaderClassName
{
color: #3FDF24;
}
.AnyTagClassName
{
color: #3FDF24;
}
</style>
background-color css
<style>
a { background-color: #3FDF24; }
a { background-color: rgb(63,223,36); }
div.DivClassName
{
background-color: #3FDF24;
}
.BgClassName
{
background-color: #3FDF24;
}
</style>
border-color css
<style>
span { border-color: #3FDF24; }
span { border-color: rgb(63,223,36); }
td.TdClassName
{
border-color: #3FDF24;
}
.TagClassName
{
border-color: #3FDF24;
}
</style>