Shades of Lime Green #3FE034
Tints of Lime Green #3FE034
RGB
CMYK
RGB Variations
Color information
#3FE034 (or 0x3FE034) is known color: Lime Green. HEX triplet: 3F, E0 and 34. RGB value is (63,224,52). Sum of RGB (Red+Green+Blue) = 63+224+52=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE034 is #C01FCB. Grayscale: #9C9C9C. Windows color (decimal): -12591052 or 3465279. OLE color: 3465279.
HSL color Cylindrical-coordinate representation of color #3FE034: hue angle of 116.16º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FE034 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 52 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.12 |
| HSL | 116.16º | 0.74% | 0.54% | - |
| HSV(B) | 116.16º | 0.77% | 0.88% | - |
| XYZ | 29.33 | 54.62 | 12.25 | - |
| YUV | 156.25 | 69.16 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 52 | 0.72 | 0 | 0.77 | 0.12 | 116.16 | 0.74 | 0.54 |
| Hex | 3F | E0 | 34 | 48 | 0 | 4D | C | 74 | 4A | 36 |
| Octal | 77 | 340 | 64 | 110 | 0 | 115 | 14 | 164 | 112 | 66 |
| Binary | 111111 | 11100000 | 110100 | 1001000 | 0 | 1001101 | 1100 | 1110100 | 1001010 | 110110 |
Color Harmonies of #3FE034
Complementary color
Monochromatic Colors of #3FE034
Black with #3FE034
Text Example
Text Example
White with #3FE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE034; }
p { color: rgb(63,224,52); }
H1.HeaderClassName
{
color: #3FE034;
}
.AnyTagClassName
{
color: #3FE034;
}
</style>
background-color css
<style>
a { background-color: #3FE034; }
a { background-color: rgb(63,224,52); }
div.DivClassName
{
background-color: #3FE034;
}
.BgClassName
{
background-color: #3FE034;
}
</style>
border-color css
<style>
span { border-color: #3FE034; }
span { border-color: rgb(63,224,52); }
td.TdClassName
{
border-color: #3FE034;
}
.TagClassName
{
border-color: #3FE034;
}
</style>