Shades of Lime Green #3FE24F
Tints of Lime Green #3FE24F
RGB
CMYK
RGB Variations
Color information
#3FE24F (or 0x3FE24F) is known color: Lime Green. HEX triplet: 3F, E2 and 4F. RGB value is (63,226,79). Sum of RGB (Red+Green+Blue) = 63+226+79=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 226 (88.67% from 255 or 61.41% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE24F is #C01DB0. Grayscale: #A0A0A0. Windows color (decimal): -12590513 or 5235263. OLE color: 5235263.
HSL color Cylindrical-coordinate representation of color #3FE24F: hue angle of 125.89º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE24F is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 79 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.11 |
| HSL | 125.89º | 0.74% | 0.57% | - |
| HSV(B) | 125.89º | 0.72% | 0.89% | - |
| XYZ | 30.66 | 56.01 | 16.59 | - |
| YUV | 160.51 | 82 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 79 | 0.72 | 0 | 0.65 | 0.11 | 125.89 | 0.74 | 0.57 |
| Hex | 3F | E2 | 4F | 48 | 0 | 41 | B | 7E | 4A | 39 |
| Octal | 77 | 342 | 117 | 110 | 0 | 101 | 13 | 176 | 112 | 71 |
| Binary | 111111 | 11100010 | 1001111 | 1001000 | 0 | 1000001 | 1011 | 1111110 | 1001010 | 111001 |
Color Harmonies of #3FE24F
Complementary color
Monochromatic Colors of #3FE24F
Black with #3FE24F
Text Example
Text Example
White with #3FE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE24F; }
p { color: rgb(63,226,79); }
H1.HeaderClassName
{
color: #3FE24F;
}
.AnyTagClassName
{
color: #3FE24F;
}
</style>
background-color css
<style>
a { background-color: #3FE24F; }
a { background-color: rgb(63,226,79); }
div.DivClassName
{
background-color: #3FE24F;
}
.BgClassName
{
background-color: #3FE24F;
}
</style>
border-color css
<style>
span { border-color: #3FE24F; }
span { border-color: rgb(63,226,79); }
td.TdClassName
{
border-color: #3FE24F;
}
.TagClassName
{
border-color: #3FE24F;
}
</style>