Shades of Lime Green #3FE02A
Tints of Lime Green #3FE02A
RGB
CMYK
RGB Variations
Color information
#3FE02A (or 0x3FE02A) is known color: Lime Green. HEX triplet: 3F, E0 and 2A. RGB value is (63,224,42). Sum of RGB (Red+Green+Blue) = 63+224+42=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE02A is #C01FD5. Grayscale: #9B9B9B. Windows color (decimal): -12591062 or 2809919. OLE color: 2809919.
HSL color Cylindrical-coordinate representation of color #3FE02A: hue angle of 113.08º 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 #3FE02A is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 42 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.12 |
| HSL | 113.08º | 0.75% | 0.52% | - |
| HSV(B) | 113.08º | 0.81% | 0.88% | - |
| XYZ | 29.12 | 54.54 | 11.18 | - |
| YUV | 155.11 | 64.16 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 42 | 0.72 | 0 | 0.81 | 0.12 | 113.08 | 0.75 | 0.52 |
| Hex | 3F | E0 | 2A | 48 | 0 | 51 | C | 71 | 4B | 34 |
| Octal | 77 | 340 | 52 | 110 | 0 | 121 | 14 | 161 | 113 | 64 |
| Binary | 111111 | 11100000 | 101010 | 1001000 | 0 | 1010001 | 1100 | 1110001 | 1001011 | 110100 |
Color Harmonies of #3FE02A
Complementary color
Monochromatic Colors of #3FE02A
Black with #3FE02A
Text Example
Text Example
White with #3FE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE02A; }
p { color: rgb(63,224,42); }
H1.HeaderClassName
{
color: #3FE02A;
}
.AnyTagClassName
{
color: #3FE02A;
}
</style>
background-color css
<style>
a { background-color: #3FE02A; }
a { background-color: rgb(63,224,42); }
div.DivClassName
{
background-color: #3FE02A;
}
.BgClassName
{
background-color: #3FE02A;
}
</style>
border-color css
<style>
span { border-color: #3FE02A; }
span { border-color: rgb(63,224,42); }
td.TdClassName
{
border-color: #3FE02A;
}
.TagClassName
{
border-color: #3FE02A;
}
</style>