Shades of Lime Green #3BFE3A
Tints of Lime Green #3BFE3A
RGB
CMYK
RGB Variations
Color information
#3BFE3A (or 0x3BFE3A) is known color: Lime Green. HEX triplet: 3B, FE and 3A. RGB value is (59,254,58). Sum of RGB (Red+Green+Blue) = 59+254+58=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFE3A is #C401C5. Grayscale: #ADADAD. Windows color (decimal): -12845510 or 3866171. OLE color: 3866171.
HSL color Cylindrical-coordinate representation of color #3BFE3A: hue angle of 119.69º 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 #3BFE3A is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 58 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.00 |
| HSL | 119.69º | 0.99% | 0.61% | - |
| HSV(B) | 119.69º | 0.77% | 1% | - |
| XYZ | 38.01 | 72.12 | 15.92 | - |
| YUV | 173.35 | 62.9 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 58 | 0.77 | 0 | 0.77 | 0.00 | 119.69 | 0.99 | 0.61 |
| Hex | 3B | FE | 3A | 4D | 0 | 4D | 0 | 78 | 63 | 3D |
| Octal | 73 | 376 | 72 | 115 | 0 | 115 | 0 | 170 | 143 | 75 |
| Binary | 111011 | 11111110 | 111010 | 1001101 | 0 | 1001101 | 0 | 1111000 | 1100011 | 111101 |
Color Harmonies of #3BFE3A
Complementary color
Monochromatic Colors of #3BFE3A
Black with #3BFE3A
Text Example
Text Example
White with #3BFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE3A; }
p { color: rgb(59,254,58); }
H1.HeaderClassName
{
color: #3BFE3A;
}
.AnyTagClassName
{
color: #3BFE3A;
}
</style>
background-color css
<style>
a { background-color: #3BFE3A; }
a { background-color: rgb(59,254,58); }
div.DivClassName
{
background-color: #3BFE3A;
}
.BgClassName
{
background-color: #3BFE3A;
}
</style>
border-color css
<style>
span { border-color: #3BFE3A; }
span { border-color: rgb(59,254,58); }
td.TdClassName
{
border-color: #3BFE3A;
}
.TagClassName
{
border-color: #3BFE3A;
}
</style>