Shades of Lime Green #3FE427
Tints of Lime Green #3FE427
RGB
CMYK
RGB Variations
Color information
#3FE427 (or 0x3FE427) is known color: Lime Green. HEX triplet: 3F, E4 and 27. RGB value is (63,228,39). Sum of RGB (Red+Green+Blue) = 63+228+39=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE427 is #C01BD8. Grayscale: #9D9D9D. Windows color (decimal): -12590041 or 2614335. OLE color: 2614335.
HSL color Cylindrical-coordinate representation of color #3FE427: hue angle of 112.38º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FE427 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 39 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.11 |
| HSL | 112.38º | 0.78% | 0.52% | - |
| HSV(B) | 112.38º | 0.83% | 0.89% | - |
| XYZ | 30.16 | 56.69 | 11.27 | - |
| YUV | 157.12 | 61.34 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 39 | 0.72 | 0 | 0.83 | 0.11 | 112.38 | 0.78 | 0.52 |
| Hex | 3F | E4 | 27 | 48 | 0 | 53 | B | 70 | 4E | 34 |
| Octal | 77 | 344 | 47 | 110 | 0 | 123 | 13 | 160 | 116 | 64 |
| Binary | 111111 | 11100100 | 100111 | 1001000 | 0 | 1010011 | 1011 | 1110000 | 1001110 | 110100 |
Color Harmonies of #3FE427
Complementary color
Monochromatic Colors of #3FE427
Black with #3FE427
Text Example
Text Example
White with #3FE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE427; }
p { color: rgb(63,228,39); }
H1.HeaderClassName
{
color: #3FE427;
}
.AnyTagClassName
{
color: #3FE427;
}
</style>
background-color css
<style>
a { background-color: #3FE427; }
a { background-color: rgb(63,228,39); }
div.DivClassName
{
background-color: #3FE427;
}
.BgClassName
{
background-color: #3FE427;
}
</style>
border-color css
<style>
span { border-color: #3FE427; }
span { border-color: rgb(63,228,39); }
td.TdClassName
{
border-color: #3FE427;
}
.TagClassName
{
border-color: #3FE427;
}
</style>