Shades of Lime Green #3FE72A
Tints of Lime Green #3FE72A
RGB
CMYK
RGB Variations
Color information
#3FE72A (or 0x3FE72A) is known color: Lime Green. HEX triplet: 3F, E7 and 2A. RGB value is (63,231,42). Sum of RGB (Red+Green+Blue) = 63+231+42=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 231 (90.62% from 255 or 68.75% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE72A is #C018D5. Grayscale: #9F9F9F. Windows color (decimal): -12589270 or 2811711. OLE color: 2811711.
HSL color Cylindrical-coordinate representation of color #3FE72A: hue angle of 113.33º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FE72A is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 42 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.09 |
| HSL | 113.33º | 0.8% | 0.54% | - |
| HSV(B) | 113.33º | 0.82% | 0.91% | - |
| XYZ | 31.04 | 58.38 | 11.82 | - |
| YUV | 159.22 | 61.84 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 42 | 0.73 | 0 | 0.82 | 0.09 | 113.33 | 0.8 | 0.54 |
| Hex | 3F | E7 | 2A | 49 | 0 | 52 | 9 | 71 | 50 | 36 |
| Octal | 77 | 347 | 52 | 111 | 0 | 122 | 11 | 161 | 120 | 66 |
| Binary | 111111 | 11100111 | 101010 | 1001001 | 0 | 1010010 | 1001 | 1110001 | 1010000 | 110110 |
Color Harmonies of #3FE72A
Complementary color
Monochromatic Colors of #3FE72A
Black with #3FE72A
Text Example
Text Example
White with #3FE72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE72A; }
p { color: rgb(63,231,42); }
H1.HeaderClassName
{
color: #3FE72A;
}
.AnyTagClassName
{
color: #3FE72A;
}
</style>
background-color css
<style>
a { background-color: #3FE72A; }
a { background-color: rgb(63,231,42); }
div.DivClassName
{
background-color: #3FE72A;
}
.BgClassName
{
background-color: #3FE72A;
}
</style>
border-color css
<style>
span { border-color: #3FE72A; }
span { border-color: rgb(63,231,42); }
td.TdClassName
{
border-color: #3FE72A;
}
.TagClassName
{
border-color: #3FE72A;
}
</style>