Shades of Lime Green #3BCE49
Tints of Lime Green #3BCE49
RGB
CMYK
RGB Variations
Color information
#3BCE49 (or 0x3BCE49) is known color: Lime Green. HEX triplet: 3B, CE and 49. RGB value is (59,206,73). Sum of RGB (Red+Green+Blue) = 59+206+73=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCE49 is #C431B6. Grayscale: #939393. Windows color (decimal): -12857783 or 4836923. OLE color: 4836923.
HSL color Cylindrical-coordinate representation of color #3BCE49: hue angle of 125.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCE49 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 206 | 73 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.19 |
| HSL | 125.71º | 0.6% | 0.52% | - |
| HSV(B) | 125.71º | 0.71% | 0.81% | - |
| XYZ | 25.08 | 45.55 | 13.77 | - |
| YUV | 146.89 | 86.3 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 206 | 73 | 0.71 | 0 | 0.65 | 0.19 | 125.71 | 0.6 | 0.52 |
| Hex | 3B | CE | 49 | 47 | 0 | 41 | 13 | 7E | 3C | 34 |
| Octal | 73 | 316 | 111 | 107 | 0 | 101 | 23 | 176 | 74 | 64 |
| Binary | 111011 | 11001110 | 1001001 | 1000111 | 0 | 1000001 | 10011 | 1111110 | 111100 | 110100 |
Color Harmonies of #3BCE49
Complementary color
Monochromatic Colors of #3BCE49
Black with #3BCE49
Text Example
Text Example
White with #3BCE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCE49; }
p { color: rgb(59,206,73); }
H1.HeaderClassName
{
color: #3BCE49;
}
.AnyTagClassName
{
color: #3BCE49;
}
</style>
background-color css
<style>
a { background-color: #3BCE49; }
a { background-color: rgb(59,206,73); }
div.DivClassName
{
background-color: #3BCE49;
}
.BgClassName
{
background-color: #3BCE49;
}
</style>
border-color css
<style>
span { border-color: #3BCE49; }
span { border-color: rgb(59,206,73); }
td.TdClassName
{
border-color: #3BCE49;
}
.TagClassName
{
border-color: #3BCE49;
}
</style>