Shades of Lime Green #3FEE24
Tints of Lime Green #3FEE24
RGB
CMYK
RGB Variations
Color information
#3FEE24 (or 0x3FEE24) is known color: Lime Green. HEX triplet: 3F, EE and 24. RGB value is (63,238,36). Sum of RGB (Red+Green+Blue) = 63+238+36=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 238 (93.36% from 255 or 70.62% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE24 is #C011DB. Grayscale: #A3A3A3. Windows color (decimal): -12587484 or 2420287. OLE color: 2420287.
HSL color Cylindrical-coordinate representation of color #3FEE24: hue angle of 111.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FEE24 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 36 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.07 |
| HSL | 111.98º | 0.86% | 0.54% | - |
| HSV(B) | 111.98º | 0.85% | 0.93% | - |
| XYZ | 32.94 | 62.33 | 11.96 | - |
| YUV | 162.65 | 56.52 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 36 | 0.74 | 0 | 0.85 | 0.07 | 111.98 | 0.86 | 0.54 |
| Hex | 3F | EE | 24 | 4A | 0 | 55 | 7 | 70 | 56 | 36 |
| Octal | 77 | 356 | 44 | 112 | 0 | 125 | 7 | 160 | 126 | 66 |
| Binary | 111111 | 11101110 | 100100 | 1001010 | 0 | 1010101 | 111 | 1110000 | 1010110 | 110110 |
Color Harmonies of #3FEE24
Complementary color
Monochromatic Colors of #3FEE24
Black with #3FEE24
Text Example
Text Example
White with #3FEE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE24; }
p { color: rgb(63,238,36); }
H1.HeaderClassName
{
color: #3FEE24;
}
.AnyTagClassName
{
color: #3FEE24;
}
</style>
background-color css
<style>
a { background-color: #3FEE24; }
a { background-color: rgb(63,238,36); }
div.DivClassName
{
background-color: #3FEE24;
}
.BgClassName
{
background-color: #3FEE24;
}
</style>
border-color css
<style>
span { border-color: #3FEE24; }
span { border-color: rgb(63,238,36); }
td.TdClassName
{
border-color: #3FEE24;
}
.TagClassName
{
border-color: #3FEE24;
}
</style>