Shades of Lime Green #3BC349
Tints of Lime Green #3BC349
RGB
CMYK
RGB Variations
Color information
#3BC349 (or 0x3BC349) is known color: Lime Green. HEX triplet: 3B, C3 and 49. RGB value is (59,195,73). Sum of RGB (Red+Green+Blue) = 59+195+73=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC349 is #C43CB6. Grayscale: #8C8C8C. Windows color (decimal): -12860599 or 4834107. OLE color: 4834107.
HSL color Cylindrical-coordinate representation of color #3BC349: hue angle of 126.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC349 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 73 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.24 |
| HSL | 126.18º | 0.54% | 0.5% | - |
| HSV(B) | 126.18º | 0.7% | 0.76% | - |
| XYZ | 22.52 | 40.44 | 12.92 | - |
| YUV | 140.43 | 89.94 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 73 | 0.70 | 0 | 0.63 | 0.24 | 126.18 | 0.54 | 0.5 |
| Hex | 3B | C3 | 49 | 46 | 0 | 3F | 18 | 7E | 36 | 32 |
| Octal | 73 | 303 | 111 | 106 | 0 | 77 | 30 | 176 | 66 | 62 |
| Binary | 111011 | 11000011 | 1001001 | 1000110 | 0 | 111111 | 11000 | 1111110 | 110110 | 110010 |
Color Harmonies of #3BC349
Complementary color
Monochromatic Colors of #3BC349
Black with #3BC349
Text Example
Text Example
White with #3BC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC349; }
p { color: rgb(59,195,73); }
H1.HeaderClassName
{
color: #3BC349;
}
.AnyTagClassName
{
color: #3BC349;
}
</style>
background-color css
<style>
a { background-color: #3BC349; }
a { background-color: rgb(59,195,73); }
div.DivClassName
{
background-color: #3BC349;
}
.BgClassName
{
background-color: #3BC349;
}
</style>
border-color css
<style>
span { border-color: #3BC349; }
span { border-color: rgb(59,195,73); }
td.TdClassName
{
border-color: #3BC349;
}
.TagClassName
{
border-color: #3BC349;
}
</style>