Shades of Lime Green #3BFC41
Tints of Lime Green #3BFC41
RGB
CMYK
RGB Variations
Color information
#3BFC41 (or 0x3BFC41) is known color: Lime Green. HEX triplet: 3B, FC and 41. RGB value is (59,252,65). Sum of RGB (Red+Green+Blue) = 59+252+65=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 252 (98.83% from 255 or 67.02% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC41 is #C403BE. Grayscale: #ADADAD. Windows color (decimal): -12846015 or 4324411. OLE color: 4324411.
HSL color Cylindrical-coordinate representation of color #3BFC41: hue angle of 121.87º 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 #3BFC41 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 65 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.01 |
| HSL | 121.87º | 0.97% | 0.61% | - |
| HSV(B) | 121.87º | 0.77% | 0.99% | - |
| XYZ | 37.57 | 70.93 | 16.71 | - |
| YUV | 172.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 65 | 0.77 | 0 | 0.74 | 0.01 | 121.87 | 0.97 | 0.61 |
| Hex | 3B | FC | 41 | 4D | 0 | 4A | 1 | 7A | 61 | 3D |
| Octal | 73 | 374 | 101 | 115 | 0 | 112 | 1 | 172 | 141 | 75 |
| Binary | 111011 | 11111100 | 1000001 | 1001101 | 0 | 1001010 | 1 | 1111010 | 1100001 | 111101 |
Color Harmonies of #3BFC41
Complementary color
Monochromatic Colors of #3BFC41
Black with #3BFC41
Text Example
Text Example
White with #3BFC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFC41; }
p { color: rgb(59,252,65); }
H1.HeaderClassName
{
color: #3BFC41;
}
.AnyTagClassName
{
color: #3BFC41;
}
</style>
background-color css
<style>
a { background-color: #3BFC41; }
a { background-color: rgb(59,252,65); }
div.DivClassName
{
background-color: #3BFC41;
}
.BgClassName
{
background-color: #3BFC41;
}
</style>
border-color css
<style>
span { border-color: #3BFC41; }
span { border-color: rgb(59,252,65); }
td.TdClassName
{
border-color: #3BFC41;
}
.TagClassName
{
border-color: #3BFC41;
}
</style>