Shades of Lime Green #3FEC4B
Tints of Lime Green #3FEC4B
RGB
CMYK
RGB Variations
Color information
#3FEC4B (or 0x3FEC4B) is known color: Lime Green. HEX triplet: 3F, EC and 4B. RGB value is (63,236,75). Sum of RGB (Red+Green+Blue) = 63+236+75=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC4B is #C013B4. Grayscale: #A6A6A6. Windows color (decimal): -12587957 or 4975679. OLE color: 4975679.
HSL color Cylindrical-coordinate representation of color #3FEC4B: hue angle of 124.16º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC4B is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 75 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.07 |
| HSL | 124.16º | 0.82% | 0.59% | - |
| HSV(B) | 124.16º | 0.73% | 0.93% | - |
| XYZ | 33.32 | 61.56 | 16.78 | - |
| YUV | 165.92 | 76.69 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 75 | 0.73 | 0 | 0.68 | 0.07 | 124.16 | 0.82 | 0.59 |
| Hex | 3F | EC | 4B | 49 | 0 | 44 | 7 | 7C | 52 | 3B |
| Octal | 77 | 354 | 113 | 111 | 0 | 104 | 7 | 174 | 122 | 73 |
| Binary | 111111 | 11101100 | 1001011 | 1001001 | 0 | 1000100 | 111 | 1111100 | 1010010 | 111011 |
Color Harmonies of #3FEC4B
Complementary color
Monochromatic Colors of #3FEC4B
Black with #3FEC4B
Text Example
Text Example
White with #3FEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC4B; }
p { color: rgb(63,236,75); }
H1.HeaderClassName
{
color: #3FEC4B;
}
.AnyTagClassName
{
color: #3FEC4B;
}
</style>
background-color css
<style>
a { background-color: #3FEC4B; }
a { background-color: rgb(63,236,75); }
div.DivClassName
{
background-color: #3FEC4B;
}
.BgClassName
{
background-color: #3FEC4B;
}
</style>
border-color css
<style>
span { border-color: #3FEC4B; }
span { border-color: rgb(63,236,75); }
td.TdClassName
{
border-color: #3FEC4B;
}
.TagClassName
{
border-color: #3FEC4B;
}
</style>