Shades of Lime Green #3BFC43
Tints of Lime Green #3BFC43
RGB
CMYK
RGB Variations
Color information
#3BFC43 (or 0x3BFC43) is known color: Lime Green. HEX triplet: 3B, FC and 43. RGB value is (59,252,67). Sum of RGB (Red+Green+Blue) = 59+252+67=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BFC43 is #C403BC. Grayscale: #ADADAD. Windows color (decimal): -12846013 or 4455483. OLE color: 4455483.
HSL color Cylindrical-coordinate representation of color #3BFC43: hue angle of 122.49º 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 #3BFC43 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 67 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.01 |
| HSL | 122.49º | 0.97% | 0.61% | - |
| HSV(B) | 122.49º | 0.77% | 0.99% | - |
| XYZ | 37.63 | 70.96 | 17.02 | - |
| YUV | 173.2 | 68.06 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 67 | 0.77 | 0 | 0.73 | 0.01 | 122.49 | 0.97 | 0.61 |
| Hex | 3B | FC | 43 | 4D | 0 | 49 | 1 | 7A | 61 | 3D |
| Octal | 73 | 374 | 103 | 115 | 0 | 111 | 1 | 172 | 141 | 75 |
| Binary | 111011 | 11111100 | 1000011 | 1001101 | 0 | 1001001 | 1 | 1111010 | 1100001 | 111101 |
Color Harmonies of #3BFC43
Complementary color
Monochromatic Colors of #3BFC43
Black with #3BFC43
Text Example
Text Example
White with #3BFC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFC43; }
p { color: rgb(59,252,67); }
H1.HeaderClassName
{
color: #3BFC43;
}
.AnyTagClassName
{
color: #3BFC43;
}
</style>
background-color css
<style>
a { background-color: #3BFC43; }
a { background-color: rgb(59,252,67); }
div.DivClassName
{
background-color: #3BFC43;
}
.BgClassName
{
background-color: #3BFC43;
}
</style>
border-color css
<style>
span { border-color: #3BFC43; }
span { border-color: rgb(59,252,67); }
td.TdClassName
{
border-color: #3BFC43;
}
.TagClassName
{
border-color: #3BFC43;
}
</style>