Shades of Lime Green #3FE248
Tints of Lime Green #3FE248
RGB
CMYK
RGB Variations
Color information
#3FE248 (or 0x3FE248) is known color: Lime Green. HEX triplet: 3F, E2 and 48. RGB value is (63,226,72). Sum of RGB (Red+Green+Blue) = 63+226+72=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 226 (88.67% from 255 or 62.60% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE248 is #C01DB7. Grayscale: #A0A0A0. Windows color (decimal): -12590520 or 4776511. OLE color: 4776511.
HSL color Cylindrical-coordinate representation of color #3FE248: hue angle of 123.31º degrees, saturation: 0.74, 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 #3FE248 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 72 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.11 |
| HSL | 123.31º | 0.74% | 0.57% | - |
| HSV(B) | 123.31º | 0.72% | 0.89% | - |
| XYZ | 30.42 | 55.92 | 15.32 | - |
| YUV | 159.71 | 78.5 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 72 | 0.72 | 0 | 0.68 | 0.11 | 123.31 | 0.74 | 0.57 |
| Hex | 3F | E2 | 48 | 48 | 0 | 44 | B | 7B | 4A | 39 |
| Octal | 77 | 342 | 110 | 110 | 0 | 104 | 13 | 173 | 112 | 71 |
| Binary | 111111 | 11100010 | 1001000 | 1001000 | 0 | 1000100 | 1011 | 1111011 | 1001010 | 111001 |
Color Harmonies of #3FE248
Complementary color
Monochromatic Colors of #3FE248
Black with #3FE248
Text Example
Text Example
White with #3FE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE248; }
p { color: rgb(63,226,72); }
H1.HeaderClassName
{
color: #3FE248;
}
.AnyTagClassName
{
color: #3FE248;
}
</style>
background-color css
<style>
a { background-color: #3FE248; }
a { background-color: rgb(63,226,72); }
div.DivClassName
{
background-color: #3FE248;
}
.BgClassName
{
background-color: #3FE248;
}
</style>
border-color css
<style>
span { border-color: #3FE248; }
span { border-color: rgb(63,226,72); }
td.TdClassName
{
border-color: #3FE248;
}
.TagClassName
{
border-color: #3FE248;
}
</style>