Shades of Lime Green #3FE62C
Tints of Lime Green #3FE62C
RGB
CMYK
RGB Variations
Color information
#3FE62C (or 0x3FE62C) is known color: Lime Green. HEX triplet: 3F, E6 and 2C. RGB value is (63,230,44). Sum of RGB (Red+Green+Blue) = 63+230+44=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 230 (90.23% from 255 or 68.25% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE62C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE62C is #C019D3. Grayscale: #9F9F9F. Windows color (decimal): -12589524 or 2942527. OLE color: 2942527.
HSL color Cylindrical-coordinate representation of color #3FE62C: hue angle of 113.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FE62C is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 44 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.10 |
| HSL | 113.87º | 0.79% | 0.54% | - |
| HSV(B) | 113.87º | 0.81% | 0.9% | - |
| XYZ | 30.8 | 57.83 | 11.92 | - |
| YUV | 158.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 44 | 0.73 | 0 | 0.81 | 0.10 | 113.87 | 0.79 | 0.54 |
| Hex | 3F | E6 | 2C | 49 | 0 | 51 | A | 72 | 4F | 36 |
| Octal | 77 | 346 | 54 | 111 | 0 | 121 | 12 | 162 | 117 | 66 |
| Binary | 111111 | 11100110 | 101100 | 1001001 | 0 | 1010001 | 1010 | 1110010 | 1001111 | 110110 |
Color Harmonies of #3FE62C
Complementary color
Monochromatic Colors of #3FE62C
Black with #3FE62C
Text Example
Text Example
White with #3FE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE62C; }
p { color: rgb(63,230,44); }
H1.HeaderClassName
{
color: #3FE62C;
}
.AnyTagClassName
{
color: #3FE62C;
}
</style>
background-color css
<style>
a { background-color: #3FE62C; }
a { background-color: rgb(63,230,44); }
div.DivClassName
{
background-color: #3FE62C;
}
.BgClassName
{
background-color: #3FE62C;
}
</style>
border-color css
<style>
span { border-color: #3FE62C; }
span { border-color: rgb(63,230,44); }
td.TdClassName
{
border-color: #3FE62C;
}
.TagClassName
{
border-color: #3FE62C;
}
</style>