Shades of Lime Green #3FFE3B
Tints of Lime Green #3FFE3B
RGB
CMYK
RGB Variations
Color information
#3FFE3B (or 0x3FFE3B) is known color: Lime Green. HEX triplet: 3F, FE and 3B. RGB value is (63,254,59). Sum of RGB (Red+Green+Blue) = 63+254+59=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFE3B is #C001C4. Grayscale: #AFAFAF. Windows color (decimal): -12583365 or 3931711. OLE color: 3931711.
HSL color Cylindrical-coordinate representation of color #3FFE3B: hue angle of 118.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FFE3B is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 59 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.00 |
| HSL | 118.77º | 0.99% | 0.61% | - |
| HSV(B) | 118.77º | 0.77% | 1% | - |
| XYZ | 38.28 | 72.26 | 16.07 | - |
| YUV | 174.66 | 62.72 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 59 | 0.75 | 0 | 0.77 | 0.00 | 118.77 | 0.99 | 0.61 |
| Hex | 3F | FE | 3B | 4B | 0 | 4D | 0 | 77 | 63 | 3D |
| Octal | 77 | 376 | 73 | 113 | 0 | 115 | 0 | 167 | 143 | 75 |
| Binary | 111111 | 11111110 | 111011 | 1001011 | 0 | 1001101 | 0 | 1110111 | 1100011 | 111101 |
Color Harmonies of #3FFE3B
Complementary color
Monochromatic Colors of #3FFE3B
Black with #3FFE3B
Text Example
Text Example
White with #3FFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE3B; }
p { color: rgb(63,254,59); }
H1.HeaderClassName
{
color: #3FFE3B;
}
.AnyTagClassName
{
color: #3FFE3B;
}
</style>
background-color css
<style>
a { background-color: #3FFE3B; }
a { background-color: rgb(63,254,59); }
div.DivClassName
{
background-color: #3FFE3B;
}
.BgClassName
{
background-color: #3FFE3B;
}
</style>
border-color css
<style>
span { border-color: #3FFE3B; }
span { border-color: rgb(63,254,59); }
td.TdClassName
{
border-color: #3FFE3B;
}
.TagClassName
{
border-color: #3FFE3B;
}
</style>