Shades of Lime Green #3FE337
Tints of Lime Green #3FE337
RGB
CMYK
RGB Variations
Color information
#3FE337 (or 0x3FE337) is known color: Lime Green. HEX triplet: 3F, E3 and 37. RGB value is (63,227,55). Sum of RGB (Red+Green+Blue) = 63+227+55=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE337 is #C01CC8. Grayscale: #9E9E9E. Windows color (decimal): -12590281 or 3662655. OLE color: 3662655.
HSL color Cylindrical-coordinate representation of color #3FE337: hue angle of 117.21º degrees, saturation: 0.75, 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 #3FE337 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 55 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.11 |
| HSL | 117.21º | 0.75% | 0.55% | - |
| HSV(B) | 117.21º | 0.76% | 0.89% | - |
| XYZ | 30.21 | 56.27 | 12.88 | - |
| YUV | 158.36 | 69.67 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 55 | 0.72 | 0 | 0.76 | 0.11 | 117.21 | 0.75 | 0.55 |
| Hex | 3F | E3 | 37 | 48 | 0 | 4C | B | 75 | 4B | 37 |
| Octal | 77 | 343 | 67 | 110 | 0 | 114 | 13 | 165 | 113 | 67 |
| Binary | 111111 | 11100011 | 110111 | 1001000 | 0 | 1001100 | 1011 | 1110101 | 1001011 | 110111 |
Color Harmonies of #3FE337
Complementary color
Monochromatic Colors of #3FE337
Black with #3FE337
Text Example
Text Example
White with #3FE337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE337; }
p { color: rgb(63,227,55); }
H1.HeaderClassName
{
color: #3FE337;
}
.AnyTagClassName
{
color: #3FE337;
}
</style>
background-color css
<style>
a { background-color: #3FE337; }
a { background-color: rgb(63,227,55); }
div.DivClassName
{
background-color: #3FE337;
}
.BgClassName
{
background-color: #3FE337;
}
</style>
border-color css
<style>
span { border-color: #3FE337; }
span { border-color: rgb(63,227,55); }
td.TdClassName
{
border-color: #3FE337;
}
.TagClassName
{
border-color: #3FE337;
}
</style>