Shades of Lime Green #3FE62F
Tints of Lime Green #3FE62F
RGB
CMYK
RGB Variations
Color information
#3FE62F (or 0x3FE62F) is known color: Lime Green. HEX triplet: 3F, E6 and 2F. RGB value is (63,230,47). Sum of RGB (Red+Green+Blue) = 63+230+47=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 230 (90.23% from 255 or 67.65% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE62F is #C019D0. Grayscale: #9F9F9F. Windows color (decimal): -12589521 or 3139135. OLE color: 3139135.
HSL color Cylindrical-coordinate representation of color #3FE62F: hue angle of 114.75º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FE62F is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 47 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.10 |
| HSL | 114.75º | 0.79% | 0.54% | - |
| HSV(B) | 114.75º | 0.8% | 0.9% | - |
| XYZ | 30.86 | 57.86 | 12.23 | - |
| YUV | 159.21 | 64.67 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 47 | 0.73 | 0 | 0.80 | 0.10 | 114.75 | 0.79 | 0.54 |
| Hex | 3F | E6 | 2F | 49 | 0 | 50 | A | 73 | 4F | 36 |
| Octal | 77 | 346 | 57 | 111 | 0 | 120 | 12 | 163 | 117 | 66 |
| Binary | 111111 | 11100110 | 101111 | 1001001 | 0 | 1010000 | 1010 | 1110011 | 1001111 | 110110 |
Color Harmonies of #3FE62F
Complementary color
Monochromatic Colors of #3FE62F
Black with #3FE62F
Text Example
Text Example
White with #3FE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE62F; }
p { color: rgb(63,230,47); }
H1.HeaderClassName
{
color: #3FE62F;
}
.AnyTagClassName
{
color: #3FE62F;
}
</style>
background-color css
<style>
a { background-color: #3FE62F; }
a { background-color: rgb(63,230,47); }
div.DivClassName
{
background-color: #3FE62F;
}
.BgClassName
{
background-color: #3FE62F;
}
</style>
border-color css
<style>
span { border-color: #3FE62F; }
span { border-color: rgb(63,230,47); }
td.TdClassName
{
border-color: #3FE62F;
}
.TagClassName
{
border-color: #3FE62F;
}
</style>