Shades of Lime Green #3FE12A
Tints of Lime Green #3FE12A
RGB
CMYK
RGB Variations
Color information
#3FE12A (or 0x3FE12A) is known color: Lime Green. HEX triplet: 3F, E1 and 2A. RGB value is (63,225,42). Sum of RGB (Red+Green+Blue) = 63+225+42=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE12A is #C01ED5. Grayscale: #9C9C9C. Windows color (decimal): -12590806 or 2810175. OLE color: 2810175.
HSL color Cylindrical-coordinate representation of color #3FE12A: hue angle of 113.11º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FE12A is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 42 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.12 |
| HSL | 113.11º | 0.75% | 0.52% | - |
| HSV(B) | 113.11º | 0.81% | 0.88% | - |
| XYZ | 29.39 | 55.07 | 11.27 | - |
| YUV | 155.7 | 63.83 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 42 | 0.72 | 0 | 0.81 | 0.12 | 113.11 | 0.75 | 0.52 |
| Hex | 3F | E1 | 2A | 48 | 0 | 51 | C | 71 | 4B | 34 |
| Octal | 77 | 341 | 52 | 110 | 0 | 121 | 14 | 161 | 113 | 64 |
| Binary | 111111 | 11100001 | 101010 | 1001000 | 0 | 1010001 | 1100 | 1110001 | 1001011 | 110100 |
Color Harmonies of #3FE12A
Complementary color
Monochromatic Colors of #3FE12A
Black with #3FE12A
Text Example
Text Example
White with #3FE12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE12A; }
p { color: rgb(63,225,42); }
H1.HeaderClassName
{
color: #3FE12A;
}
.AnyTagClassName
{
color: #3FE12A;
}
</style>
background-color css
<style>
a { background-color: #3FE12A; }
a { background-color: rgb(63,225,42); }
div.DivClassName
{
background-color: #3FE12A;
}
.BgClassName
{
background-color: #3FE12A;
}
</style>
border-color css
<style>
span { border-color: #3FE12A; }
span { border-color: rgb(63,225,42); }
td.TdClassName
{
border-color: #3FE12A;
}
.TagClassName
{
border-color: #3FE12A;
}
</style>