Shades of Lime Green #3BC44C
Tints of Lime Green #3BC44C
RGB
CMYK
RGB Variations
Color information
#3BC44C (or 0x3BC44C) is known color: Lime Green. HEX triplet: 3B, C4 and 4C. RGB value is (59,196,76). Sum of RGB (Red+Green+Blue) = 59+196+76=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC44C is #C43BB3. Grayscale: #8D8D8D. Windows color (decimal): -12860340 or 5030971. OLE color: 5030971.
HSL color Cylindrical-coordinate representation of color #3BC44C: hue angle of 127.45º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC44C is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 76 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.23 |
| HSL | 127.45º | 0.54% | 0.5% | - |
| HSV(B) | 127.45º | 0.7% | 0.77% | - |
| XYZ | 22.85 | 40.93 | 13.53 | - |
| YUV | 141.36 | 91.11 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 76 | 0.70 | 0 | 0.61 | 0.23 | 127.45 | 0.54 | 0.5 |
| Hex | 3B | C4 | 4C | 46 | 0 | 3D | 17 | 7F | 36 | 32 |
| Octal | 73 | 304 | 114 | 106 | 0 | 75 | 27 | 177 | 66 | 62 |
| Binary | 111011 | 11000100 | 1001100 | 1000110 | 0 | 111101 | 10111 | 1111111 | 110110 | 110010 |
Color Harmonies of #3BC44C
Complementary color
Monochromatic Colors of #3BC44C
Black with #3BC44C
Text Example
Text Example
White with #3BC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC44C; }
p { color: rgb(59,196,76); }
H1.HeaderClassName
{
color: #3BC44C;
}
.AnyTagClassName
{
color: #3BC44C;
}
</style>
background-color css
<style>
a { background-color: #3BC44C; }
a { background-color: rgb(59,196,76); }
div.DivClassName
{
background-color: #3BC44C;
}
.BgClassName
{
background-color: #3BC44C;
}
</style>
border-color css
<style>
span { border-color: #3BC44C; }
span { border-color: rgb(59,196,76); }
td.TdClassName
{
border-color: #3BC44C;
}
.TagClassName
{
border-color: #3BC44C;
}
</style>