Shades of Lime Green #3BF649
Tints of Lime Green #3BF649
RGB
CMYK
RGB Variations
Color information
#3BF649 (or 0x3BF649) is known color: Lime Green. HEX triplet: 3B, F6 and 49. RGB value is (59,246,73). Sum of RGB (Red+Green+Blue) = 59+246+73=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 246 (96.48% from 255 or 65.08% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF649 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF649 is #C409B6. Grayscale: #AAAAAA. Windows color (decimal): -12847543 or 4847163. OLE color: 4847163.
HSL color Cylindrical-coordinate representation of color #3BF649: hue angle of 124.49º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF649 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 246 | 73 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.04 |
| HSL | 124.49º | 0.91% | 0.6% | - |
| HSV(B) | 124.49º | 0.76% | 0.96% | - |
| XYZ | 35.96 | 67.32 | 17.4 | - |
| YUV | 170.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 246 | 73 | 0.76 | 0 | 0.70 | 0.04 | 124.49 | 0.91 | 0.6 |
| Hex | 3B | F6 | 49 | 4C | 0 | 46 | 4 | 7C | 5B | 3C |
| Octal | 73 | 366 | 111 | 114 | 0 | 106 | 4 | 174 | 133 | 74 |
| Binary | 111011 | 11110110 | 1001001 | 1001100 | 0 | 1000110 | 100 | 1111100 | 1011011 | 111100 |
Color Harmonies of #3BF649
Complementary color
Monochromatic Colors of #3BF649
Black with #3BF649
Text Example
Text Example
White with #3BF649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF649; }
p { color: rgb(59,246,73); }
H1.HeaderClassName
{
color: #3BF649;
}
.AnyTagClassName
{
color: #3BF649;
}
</style>
background-color css
<style>
a { background-color: #3BF649; }
a { background-color: rgb(59,246,73); }
div.DivClassName
{
background-color: #3BF649;
}
.BgClassName
{
background-color: #3BF649;
}
</style>
border-color css
<style>
span { border-color: #3BF649; }
span { border-color: rgb(59,246,73); }
td.TdClassName
{
border-color: #3BF649;
}
.TagClassName
{
border-color: #3BF649;
}
</style>