Shades of Lime Green #3FE224
Tints of Lime Green #3FE224
RGB
CMYK
RGB Variations
Color information
#3FE224 (or 0x3FE224) is known color: Lime Green. HEX triplet: 3F, E2 and 24. RGB value is (63,226,36). Sum of RGB (Red+Green+Blue) = 63+226+36=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 226 (88.67% from 255 or 69.54% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE224 is #C01DDB. Grayscale: #9C9C9C. Windows color (decimal): -12590556 or 2417215. OLE color: 2417215.
HSL color Cylindrical-coordinate representation of color #3FE224: hue angle of 111.47º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FE224 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 36 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.11 |
| HSL | 111.47º | 0.77% | 0.51% | - |
| HSV(B) | 111.47º | 0.84% | 0.89% | - |
| XYZ | 29.56 | 55.58 | 10.84 | - |
| YUV | 155.6 | 60.5 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 36 | 0.72 | 0 | 0.84 | 0.11 | 111.47 | 0.77 | 0.51 |
| Hex | 3F | E2 | 24 | 48 | 0 | 54 | B | 6F | 4D | 33 |
| Octal | 77 | 342 | 44 | 110 | 0 | 124 | 13 | 157 | 115 | 63 |
| Binary | 111111 | 11100010 | 100100 | 1001000 | 0 | 1010100 | 1011 | 1101111 | 1001101 | 110011 |
Color Harmonies of #3FE224
Complementary color
Monochromatic Colors of #3FE224
Black with #3FE224
Text Example
Text Example
White with #3FE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE224; }
p { color: rgb(63,226,36); }
H1.HeaderClassName
{
color: #3FE224;
}
.AnyTagClassName
{
color: #3FE224;
}
</style>
background-color css
<style>
a { background-color: #3FE224; }
a { background-color: rgb(63,226,36); }
div.DivClassName
{
background-color: #3FE224;
}
.BgClassName
{
background-color: #3FE224;
}
</style>
border-color css
<style>
span { border-color: #3FE224; }
span { border-color: rgb(63,226,36); }
td.TdClassName
{
border-color: #3FE224;
}
.TagClassName
{
border-color: #3FE224;
}
</style>