Shades of Lime Green #3BD342
Tints of Lime Green #3BD342
RGB
CMYK
RGB Variations
Color information
#3BD342 (or 0x3BD342) is known color: Lime Green. HEX triplet: 3B, D3 and 42. RGB value is (59,211,66). Sum of RGB (Red+Green+Blue) = 59+211+66=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD342 is #C42CBD. Grayscale: #959595. Windows color (decimal): -12856510 or 4379451. OLE color: 4379451.
HSL color Cylindrical-coordinate representation of color #3BD342: hue angle of 122.76º 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 #3BD342 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 66 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.17 |
| HSL | 122.76º | 0.63% | 0.53% | - |
| HSV(B) | 122.76º | 0.72% | 0.83% | - |
| XYZ | 26.08 | 47.91 | 13.03 | - |
| YUV | 149.02 | 81.14 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 66 | 0.72 | 0 | 0.69 | 0.17 | 122.76 | 0.63 | 0.53 |
| Hex | 3B | D3 | 42 | 48 | 0 | 45 | 11 | 7B | 3F | 35 |
| Octal | 73 | 323 | 102 | 110 | 0 | 105 | 21 | 173 | 77 | 65 |
| Binary | 111011 | 11010011 | 1000010 | 1001000 | 0 | 1000101 | 10001 | 1111011 | 111111 | 110101 |
Color Harmonies of #3BD342
Complementary color
Monochromatic Colors of #3BD342
Black with #3BD342
Text Example
Text Example
White with #3BD342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD342; }
p { color: rgb(59,211,66); }
H1.HeaderClassName
{
color: #3BD342;
}
.AnyTagClassName
{
color: #3BD342;
}
</style>
background-color css
<style>
a { background-color: #3BD342; }
a { background-color: rgb(59,211,66); }
div.DivClassName
{
background-color: #3BD342;
}
.BgClassName
{
background-color: #3BD342;
}
</style>
border-color css
<style>
span { border-color: #3BD342; }
span { border-color: rgb(59,211,66); }
td.TdClassName
{
border-color: #3BD342;
}
.TagClassName
{
border-color: #3BD342;
}
</style>