Shades of Lime Green #3FFC3B
Tints of Lime Green #3FFC3B
RGB
CMYK
RGB Variations
Color information
#3FFC3B (or 0x3FFC3B) is known color: Lime Green. HEX triplet: 3F, FC and 3B. RGB value is (63,252,59). Sum of RGB (Red+Green+Blue) = 63+252+59=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 252 (98.83% from 255 or 67.38% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFC3B is #C003C4. Grayscale: #AEAEAE. Windows color (decimal): -12583877 or 3931199. OLE color: 3931199.
HSL color Cylindrical-coordinate representation of color #3FFC3B: hue angle of 118.76º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FFC3B is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 59 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.01 |
| HSL | 118.76º | 0.97% | 0.61% | - |
| HSV(B) | 118.76º | 0.77% | 0.99% | - |
| XYZ | 37.65 | 70.99 | 15.86 | - |
| YUV | 173.49 | 63.38 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 59 | 0.75 | 0 | 0.77 | 0.01 | 118.76 | 0.97 | 0.61 |
| Hex | 3F | FC | 3B | 4B | 0 | 4D | 1 | 77 | 61 | 3D |
| Octal | 77 | 374 | 73 | 113 | 0 | 115 | 1 | 167 | 141 | 75 |
| Binary | 111111 | 11111100 | 111011 | 1001011 | 0 | 1001101 | 1 | 1110111 | 1100001 | 111101 |
Color Harmonies of #3FFC3B
Complementary color
Monochromatic Colors of #3FFC3B
Black with #3FFC3B
Text Example
Text Example
White with #3FFC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFC3B; }
p { color: rgb(63,252,59); }
H1.HeaderClassName
{
color: #3FFC3B;
}
.AnyTagClassName
{
color: #3FFC3B;
}
</style>
background-color css
<style>
a { background-color: #3FFC3B; }
a { background-color: rgb(63,252,59); }
div.DivClassName
{
background-color: #3FFC3B;
}
.BgClassName
{
background-color: #3FFC3B;
}
</style>
border-color css
<style>
span { border-color: #3FFC3B; }
span { border-color: rgb(63,252,59); }
td.TdClassName
{
border-color: #3FFC3B;
}
.TagClassName
{
border-color: #3FFC3B;
}
</style>