Shades of Lime Green #3FE72C
Tints of Lime Green #3FE72C
RGB
CMYK
RGB Variations
Color information
#3FE72C (or 0x3FE72C) is known color: Lime Green. HEX triplet: 3F, E7 and 2C. RGB value is (63,231,44). Sum of RGB (Red+Green+Blue) = 63+231+44=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 231 (90.62% from 255 or 68.34% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE72C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE72C is #C018D3. Grayscale: #A0A0A0. Windows color (decimal): -12589268 or 2942783. OLE color: 2942783.
HSL color Cylindrical-coordinate representation of color #3FE72C: hue angle of 113.9º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FE72C is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 44 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.09 |
| HSL | 113.9º | 0.8% | 0.54% | - |
| HSV(B) | 113.9º | 0.81% | 0.91% | - |
| XYZ | 31.08 | 58.39 | 12.02 | - |
| YUV | 159.45 | 62.84 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 44 | 0.73 | 0 | 0.81 | 0.09 | 113.9 | 0.8 | 0.54 |
| Hex | 3F | E7 | 2C | 49 | 0 | 51 | 9 | 72 | 50 | 36 |
| Octal | 77 | 347 | 54 | 111 | 0 | 121 | 11 | 162 | 120 | 66 |
| Binary | 111111 | 11100111 | 101100 | 1001001 | 0 | 1010001 | 1001 | 1110010 | 1010000 | 110110 |
Color Harmonies of #3FE72C
Complementary color
Monochromatic Colors of #3FE72C
Black with #3FE72C
Text Example
Text Example
White with #3FE72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE72C; }
p { color: rgb(63,231,44); }
H1.HeaderClassName
{
color: #3FE72C;
}
.AnyTagClassName
{
color: #3FE72C;
}
</style>
background-color css
<style>
a { background-color: #3FE72C; }
a { background-color: rgb(63,231,44); }
div.DivClassName
{
background-color: #3FE72C;
}
.BgClassName
{
background-color: #3FE72C;
}
</style>
border-color css
<style>
span { border-color: #3FE72C; }
span { border-color: rgb(63,231,44); }
td.TdClassName
{
border-color: #3FE72C;
}
.TagClassName
{
border-color: #3FE72C;
}
</style>