Shades of Lime Green #3FE84B
Tints of Lime Green #3FE84B
RGB
CMYK
RGB Variations
Color information
#3FE84B (or 0x3FE84B) is known color: Lime Green. HEX triplet: 3F, E8 and 4B. RGB value is (63,232,75). Sum of RGB (Red+Green+Blue) = 63+232+75=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE84B is #C017B4. Grayscale: #A4A4A4. Windows color (decimal): -12588981 or 4974655. OLE color: 4974655.
HSL color Cylindrical-coordinate representation of color #3FE84B: hue angle of 124.26º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE84B is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 232 | 75 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.09 |
| HSL | 124.26º | 0.79% | 0.58% | - |
| HSV(B) | 124.26º | 0.73% | 0.91% | - |
| XYZ | 32.18 | 59.28 | 16.4 | - |
| YUV | 163.57 | 78.01 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 232 | 75 | 0.73 | 0 | 0.68 | 0.09 | 124.26 | 0.79 | 0.58 |
| Hex | 3F | E8 | 4B | 49 | 0 | 44 | 9 | 7C | 4F | 3A |
| Octal | 77 | 350 | 113 | 111 | 0 | 104 | 11 | 174 | 117 | 72 |
| Binary | 111111 | 11101000 | 1001011 | 1001001 | 0 | 1000100 | 1001 | 1111100 | 1001111 | 111010 |
Color Harmonies of #3FE84B
Complementary color
Monochromatic Colors of #3FE84B
Black with #3FE84B
Text Example
Text Example
White with #3FE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE84B; }
p { color: rgb(63,232,75); }
H1.HeaderClassName
{
color: #3FE84B;
}
.AnyTagClassName
{
color: #3FE84B;
}
</style>
background-color css
<style>
a { background-color: #3FE84B; }
a { background-color: rgb(63,232,75); }
div.DivClassName
{
background-color: #3FE84B;
}
.BgClassName
{
background-color: #3FE84B;
}
</style>
border-color css
<style>
span { border-color: #3FE84B; }
span { border-color: rgb(63,232,75); }
td.TdClassName
{
border-color: #3FE84B;
}
.TagClassName
{
border-color: #3FE84B;
}
</style>