Shades of Lime Green #3BD34C
Tints of Lime Green #3BD34C
RGB
CMYK
RGB Variations
Color information
#3BD34C (or 0x3BD34C) is known color: Lime Green. HEX triplet: 3B, D3 and 4C. RGB value is (59,211,76). Sum of RGB (Red+Green+Blue) = 59+211+76=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD34C is #C42CB3. Grayscale: #969696. Windows color (decimal): -12856500 or 5034811. OLE color: 5034811.
HSL color Cylindrical-coordinate representation of color #3BD34C: hue angle of 126.71º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD34C is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 76 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.17 |
| HSL | 126.71º | 0.63% | 0.53% | - |
| HSV(B) | 126.71º | 0.72% | 0.83% | - |
| XYZ | 26.4 | 48.04 | 14.72 | - |
| YUV | 150.16 | 86.14 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 76 | 0.72 | 0 | 0.64 | 0.17 | 126.71 | 0.63 | 0.53 |
| Hex | 3B | D3 | 4C | 48 | 0 | 40 | 11 | 7F | 3F | 35 |
| Octal | 73 | 323 | 114 | 110 | 0 | 100 | 21 | 177 | 77 | 65 |
| Binary | 111011 | 11010011 | 1001100 | 1001000 | 0 | 1000000 | 10001 | 1111111 | 111111 | 110101 |
Color Harmonies of #3BD34C
Complementary color
Monochromatic Colors of #3BD34C
Black with #3BD34C
Text Example
Text Example
White with #3BD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD34C; }
p { color: rgb(59,211,76); }
H1.HeaderClassName
{
color: #3BD34C;
}
.AnyTagClassName
{
color: #3BD34C;
}
</style>
background-color css
<style>
a { background-color: #3BD34C; }
a { background-color: rgb(59,211,76); }
div.DivClassName
{
background-color: #3BD34C;
}
.BgClassName
{
background-color: #3BD34C;
}
</style>
border-color css
<style>
span { border-color: #3BD34C; }
span { border-color: rgb(59,211,76); }
td.TdClassName
{
border-color: #3BD34C;
}
.TagClassName
{
border-color: #3BD34C;
}
</style>