Shades of Lime Green #3BF347
Tints of Lime Green #3BF347
RGB
CMYK
RGB Variations
Color information
#3BF347 (or 0x3BF347) is known color: Lime Green. HEX triplet: 3B, F3 and 47. RGB value is (59,243,71). Sum of RGB (Red+Green+Blue) = 59+243+71=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF347 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF347 is #C40CB8. Grayscale: #A8A8A8. Windows color (decimal): -12848313 or 4715323. OLE color: 4715323.
HSL color Cylindrical-coordinate representation of color #3BF347: hue angle of 123.91º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF347 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 71 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.05 |
| HSL | 123.91º | 0.88% | 0.59% | - |
| HSV(B) | 123.91º | 0.76% | 0.95% | - |
| XYZ | 34.99 | 65.49 | 16.76 | - |
| YUV | 168.38 | 73.04 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 71 | 0.76 | 0 | 0.71 | 0.05 | 123.91 | 0.88 | 0.59 |
| Hex | 3B | F3 | 47 | 4C | 0 | 47 | 5 | 7C | 58 | 3B |
| Octal | 73 | 363 | 107 | 114 | 0 | 107 | 5 | 174 | 130 | 73 |
| Binary | 111011 | 11110011 | 1000111 | 1001100 | 0 | 1000111 | 101 | 1111100 | 1011000 | 111011 |
Color Harmonies of #3BF347
Complementary color
Monochromatic Colors of #3BF347
Black with #3BF347
Text Example
Text Example
White with #3BF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF347; }
p { color: rgb(59,243,71); }
H1.HeaderClassName
{
color: #3BF347;
}
.AnyTagClassName
{
color: #3BF347;
}
</style>
background-color css
<style>
a { background-color: #3BF347; }
a { background-color: rgb(59,243,71); }
div.DivClassName
{
background-color: #3BF347;
}
.BgClassName
{
background-color: #3BF347;
}
</style>
border-color css
<style>
span { border-color: #3BF347; }
span { border-color: rgb(59,243,71); }
td.TdClassName
{
border-color: #3BF347;
}
.TagClassName
{
border-color: #3BF347;
}
</style>