Shades of Lime Green #3FE43D
Tints of Lime Green #3FE43D
RGB
CMYK
RGB Variations
Color information
#3FE43D (or 0x3FE43D) is known color: Lime Green. HEX triplet: 3F, E4 and 3D. RGB value is (63,228,61). Sum of RGB (Red+Green+Blue) = 63+228+61=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 228 (89.45% from 255 or 64.77% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE43D is #C01BC2. Grayscale: #A0A0A0. Windows color (decimal): -12590019 or 4056127. OLE color: 4056127.
HSL color Cylindrical-coordinate representation of color #3FE43D: hue angle of 119.28º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE43D is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 61 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.11 |
| HSL | 119.28º | 0.76% | 0.57% | - |
| HSV(B) | 119.28º | 0.73% | 0.89% | - |
| XYZ | 30.64 | 56.88 | 13.78 | - |
| YUV | 159.63 | 72.34 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 61 | 0.72 | 0 | 0.73 | 0.11 | 119.28 | 0.76 | 0.57 |
| Hex | 3F | E4 | 3D | 48 | 0 | 49 | B | 77 | 4C | 39 |
| Octal | 77 | 344 | 75 | 110 | 0 | 111 | 13 | 167 | 114 | 71 |
| Binary | 111111 | 11100100 | 111101 | 1001000 | 0 | 1001001 | 1011 | 1110111 | 1001100 | 111001 |
Color Harmonies of #3FE43D
Complementary color
Monochromatic Colors of #3FE43D
Black with #3FE43D
Text Example
Text Example
White with #3FE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE43D; }
p { color: rgb(63,228,61); }
H1.HeaderClassName
{
color: #3FE43D;
}
.AnyTagClassName
{
color: #3FE43D;
}
</style>
background-color css
<style>
a { background-color: #3FE43D; }
a { background-color: rgb(63,228,61); }
div.DivClassName
{
background-color: #3FE43D;
}
.BgClassName
{
background-color: #3FE43D;
}
</style>
border-color css
<style>
span { border-color: #3FE43D; }
span { border-color: rgb(63,228,61); }
td.TdClassName
{
border-color: #3FE43D;
}
.TagClassName
{
border-color: #3FE43D;
}
</style>