Shades of Lime Green #3FE34F
Tints of Lime Green #3FE34F
RGB
CMYK
RGB Variations
Color information
#3FE34F (or 0x3FE34F) is known color: Lime Green. HEX triplet: 3F, E3 and 4F. RGB value is (63,227,79). Sum of RGB (Red+Green+Blue) = 63+227+79=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 227 (89.06% from 255 or 61.52% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE34F is #C01CB0. Grayscale: #A1A1A1. Windows color (decimal): -12590257 or 5235519. OLE color: 5235519.
HSL color Cylindrical-coordinate representation of color #3FE34F: hue angle of 125.85º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE34F is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 79 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.11 |
| HSL | 125.85º | 0.75% | 0.57% | - |
| HSV(B) | 125.85º | 0.72% | 0.89% | - |
| XYZ | 30.93 | 56.56 | 16.68 | - |
| YUV | 161.09 | 81.67 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 79 | 0.72 | 0 | 0.65 | 0.11 | 125.85 | 0.75 | 0.57 |
| Hex | 3F | E3 | 4F | 48 | 0 | 41 | B | 7E | 4B | 39 |
| Octal | 77 | 343 | 117 | 110 | 0 | 101 | 13 | 176 | 113 | 71 |
| Binary | 111111 | 11100011 | 1001111 | 1001000 | 0 | 1000001 | 1011 | 1111110 | 1001011 | 111001 |
Color Harmonies of #3FE34F
Complementary color
Monochromatic Colors of #3FE34F
Black with #3FE34F
Text Example
Text Example
White with #3FE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE34F; }
p { color: rgb(63,227,79); }
H1.HeaderClassName
{
color: #3FE34F;
}
.AnyTagClassName
{
color: #3FE34F;
}
</style>
background-color css
<style>
a { background-color: #3FE34F; }
a { background-color: rgb(63,227,79); }
div.DivClassName
{
background-color: #3FE34F;
}
.BgClassName
{
background-color: #3FE34F;
}
</style>
border-color css
<style>
span { border-color: #3FE34F; }
span { border-color: rgb(63,227,79); }
td.TdClassName
{
border-color: #3FE34F;
}
.TagClassName
{
border-color: #3FE34F;
}
</style>