Shades of Lime Green #3FE436
Tints of Lime Green #3FE436
RGB
CMYK
RGB Variations
Color information
#3FE436 (or 0x3FE436) is known color: Lime Green. HEX triplet: 3F, E4 and 36. RGB value is (63,228,54). Sum of RGB (Red+Green+Blue) = 63+228+54=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 228 (89.45% from 255 or 66.09% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE436 is #C01BC9. Grayscale: #9F9F9F. Windows color (decimal): -12590026 or 3597375. OLE color: 3597375.
HSL color Cylindrical-coordinate representation of color #3FE436: hue angle of 116.9º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FE436 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 54 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.11 |
| HSL | 116.9º | 0.76% | 0.55% | - |
| HSV(B) | 116.9º | 0.76% | 0.89% | - |
| XYZ | 30.46 | 56.81 | 12.85 | - |
| YUV | 158.83 | 68.84 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 54 | 0.72 | 0 | 0.76 | 0.11 | 116.9 | 0.76 | 0.55 |
| Hex | 3F | E4 | 36 | 48 | 0 | 4C | B | 75 | 4C | 37 |
| Octal | 77 | 344 | 66 | 110 | 0 | 114 | 13 | 165 | 114 | 67 |
| Binary | 111111 | 11100100 | 110110 | 1001000 | 0 | 1001100 | 1011 | 1110101 | 1001100 | 110111 |
Color Harmonies of #3FE436
Complementary color
Monochromatic Colors of #3FE436
Black with #3FE436
Text Example
Text Example
White with #3FE436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE436; }
p { color: rgb(63,228,54); }
H1.HeaderClassName
{
color: #3FE436;
}
.AnyTagClassName
{
color: #3FE436;
}
</style>
background-color css
<style>
a { background-color: #3FE436; }
a { background-color: rgb(63,228,54); }
div.DivClassName
{
background-color: #3FE436;
}
.BgClassName
{
background-color: #3FE436;
}
</style>
border-color css
<style>
span { border-color: #3FE436; }
span { border-color: rgb(63,228,54); }
td.TdClassName
{
border-color: #3FE436;
}
.TagClassName
{
border-color: #3FE436;
}
</style>