Shades of Lime Green #3BF346
Tints of Lime Green #3BF346
RGB
CMYK
RGB Variations
Color information
#3BF346 (or 0x3BF346) is known color: Lime Green. HEX triplet: 3B, F3 and 46. RGB value is (59,243,70). Sum of RGB (Red+Green+Blue) = 59+243+70=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF346 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF346 is #C40CB9. Grayscale: #A8A8A8. Windows color (decimal): -12848314 or 4649787. OLE color: 4649787.
HSL color Cylindrical-coordinate representation of color #3BF346: hue angle of 123.59º 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 #3BF346 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 70 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.05 |
| HSL | 123.59º | 0.88% | 0.59% | - |
| HSV(B) | 123.59º | 0.76% | 0.95% | - |
| XYZ | 34.96 | 65.47 | 16.59 | - |
| YUV | 168.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 70 | 0.76 | 0 | 0.71 | 0.05 | 123.59 | 0.88 | 0.59 |
| Hex | 3B | F3 | 46 | 4C | 0 | 47 | 5 | 7C | 58 | 3B |
| Octal | 73 | 363 | 106 | 114 | 0 | 107 | 5 | 174 | 130 | 73 |
| Binary | 111011 | 11110011 | 1000110 | 1001100 | 0 | 1000111 | 101 | 1111100 | 1011000 | 111011 |
Color Harmonies of #3BF346
Complementary color
Monochromatic Colors of #3BF346
Black with #3BF346
Text Example
Text Example
White with #3BF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF346; }
p { color: rgb(59,243,70); }
H1.HeaderClassName
{
color: #3BF346;
}
.AnyTagClassName
{
color: #3BF346;
}
</style>
background-color css
<style>
a { background-color: #3BF346; }
a { background-color: rgb(59,243,70); }
div.DivClassName
{
background-color: #3BF346;
}
.BgClassName
{
background-color: #3BF346;
}
</style>
border-color css
<style>
span { border-color: #3BF346; }
span { border-color: rgb(59,243,70); }
td.TdClassName
{
border-color: #3BF346;
}
.TagClassName
{
border-color: #3BF346;
}
</style>