Shades of Lime Green #3FE243
Tints of Lime Green #3FE243
RGB
CMYK
RGB Variations
Color information
#3FE243 (or 0x3FE243) is known color: Lime Green. HEX triplet: 3F, E2 and 43. RGB value is (63,226,67). Sum of RGB (Red+Green+Blue) = 63+226+67=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 226 (88.67% from 255 or 63.48% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE243 is #C01DBC. Grayscale: #9F9F9F. Windows color (decimal): -12590525 or 4448831. OLE color: 4448831.
HSL color Cylindrical-coordinate representation of color #3FE243: hue angle of 121.47º 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 #3FE243 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 67 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.11 |
| HSL | 121.47º | 0.74% | 0.57% | - |
| HSV(B) | 121.47º | 0.72% | 0.89% | - |
| XYZ | 30.26 | 55.85 | 14.5 | - |
| YUV | 159.14 | 76 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 67 | 0.72 | 0 | 0.70 | 0.11 | 121.47 | 0.74 | 0.57 |
| Hex | 3F | E2 | 43 | 48 | 0 | 46 | B | 79 | 4A | 39 |
| Octal | 77 | 342 | 103 | 110 | 0 | 106 | 13 | 171 | 112 | 71 |
| Binary | 111111 | 11100010 | 1000011 | 1001000 | 0 | 1000110 | 1011 | 1111001 | 1001010 | 111001 |
Color Harmonies of #3FE243
Complementary color
Monochromatic Colors of #3FE243
Black with #3FE243
Text Example
Text Example
White with #3FE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE243; }
p { color: rgb(63,226,67); }
H1.HeaderClassName
{
color: #3FE243;
}
.AnyTagClassName
{
color: #3FE243;
}
</style>
background-color css
<style>
a { background-color: #3FE243; }
a { background-color: rgb(63,226,67); }
div.DivClassName
{
background-color: #3FE243;
}
.BgClassName
{
background-color: #3FE243;
}
</style>
border-color css
<style>
span { border-color: #3FE243; }
span { border-color: rgb(63,226,67); }
td.TdClassName
{
border-color: #3FE243;
}
.TagClassName
{
border-color: #3FE243;
}
</style>