Shades of Lime Green #3FFA2F
Tints of Lime Green #3FFA2F
RGB
CMYK
RGB Variations
Color information
#3FFA2F (or 0x3FFA2F) is known color: Lime Green. HEX triplet: 3F, FA and 2F. RGB value is (63,250,47). Sum of RGB (Red+Green+Blue) = 63+250+47=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 250 (98.05% from 255 or 69.44% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA2F is #C005D0. Grayscale: #ABABAB. Windows color (decimal): -12584401 or 3144255. OLE color: 3144255.
HSL color Cylindrical-coordinate representation of color #3FFA2F: hue angle of 115.27º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FFA2F is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 47 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.02 |
| HSL | 115.27º | 0.95% | 0.58% | - |
| HSV(B) | 115.27º | 0.81% | 0.98% | - |
| XYZ | 36.75 | 69.63 | 14.19 | - |
| YUV | 170.95 | 58.05 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 47 | 0.75 | 0 | 0.81 | 0.02 | 115.27 | 0.95 | 0.58 |
| Hex | 3F | FA | 2F | 4B | 0 | 51 | 2 | 73 | 5F | 3A |
| Octal | 77 | 372 | 57 | 113 | 0 | 121 | 2 | 163 | 137 | 72 |
| Binary | 111111 | 11111010 | 101111 | 1001011 | 0 | 1010001 | 10 | 1110011 | 1011111 | 111010 |
Color Harmonies of #3FFA2F
Complementary color
Monochromatic Colors of #3FFA2F
Black with #3FFA2F
Text Example
Text Example
White with #3FFA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA2F; }
p { color: rgb(63,250,47); }
H1.HeaderClassName
{
color: #3FFA2F;
}
.AnyTagClassName
{
color: #3FFA2F;
}
</style>
background-color css
<style>
a { background-color: #3FFA2F; }
a { background-color: rgb(63,250,47); }
div.DivClassName
{
background-color: #3FFA2F;
}
.BgClassName
{
background-color: #3FFA2F;
}
</style>
border-color css
<style>
span { border-color: #3FFA2F; }
span { border-color: rgb(63,250,47); }
td.TdClassName
{
border-color: #3FFA2F;
}
.TagClassName
{
border-color: #3FFA2F;
}
</style>