Shades of Lime Green #3BD74C
Tints of Lime Green #3BD74C
RGB
CMYK
RGB Variations
Color information
#3BD74C (or 0x3BD74C) is known color: Lime Green. HEX triplet: 3B, D7 and 4C. RGB value is (59,215,76). Sum of RGB (Red+Green+Blue) = 59+215+76=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD74C is #C428B3. Grayscale: #989898. Windows color (decimal): -12855476 or 5035835. OLE color: 5035835.
HSL color Cylindrical-coordinate representation of color #3BD74C: hue angle of 126.54º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD74C is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 76 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.16 |
| HSL | 126.54º | 0.66% | 0.54% | - |
| HSV(B) | 126.54º | 0.73% | 0.84% | - |
| XYZ | 27.41 | 50.05 | 15.05 | - |
| YUV | 152.51 | 84.82 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 76 | 0.73 | 0 | 0.65 | 0.16 | 126.54 | 0.66 | 0.54 |
| Hex | 3B | D7 | 4C | 49 | 0 | 41 | 10 | 7F | 42 | 36 |
| Octal | 73 | 327 | 114 | 111 | 0 | 101 | 20 | 177 | 102 | 66 |
| Binary | 111011 | 11010111 | 1001100 | 1001001 | 0 | 1000001 | 10000 | 1111111 | 1000010 | 110110 |
Color Harmonies of #3BD74C
Complementary color
Monochromatic Colors of #3BD74C
Black with #3BD74C
Text Example
Text Example
White with #3BD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD74C; }
p { color: rgb(59,215,76); }
H1.HeaderClassName
{
color: #3BD74C;
}
.AnyTagClassName
{
color: #3BD74C;
}
</style>
background-color css
<style>
a { background-color: #3BD74C; }
a { background-color: rgb(59,215,76); }
div.DivClassName
{
background-color: #3BD74C;
}
.BgClassName
{
background-color: #3BD74C;
}
</style>
border-color css
<style>
span { border-color: #3BD74C; }
span { border-color: rgb(59,215,76); }
td.TdClassName
{
border-color: #3BD74C;
}
.TagClassName
{
border-color: #3BD74C;
}
</style>