Shades of Lime Green #3BDD42
Tints of Lime Green #3BDD42
RGB
CMYK
RGB Variations
Color information
#3BDD42 (or 0x3BDD42) is known color: Lime Green. HEX triplet: 3B, DD and 42. RGB value is (59,221,66). Sum of RGB (Red+Green+Blue) = 59+221+66=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD42 is #C422BD. Grayscale: #9B9B9B. Windows color (decimal): -12853950 or 4382011. OLE color: 4382011.
HSL color Cylindrical-coordinate representation of color #3BDD42: hue angle of 122.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD42 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 66 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.13 |
| HSL | 122.59º | 0.7% | 0.55% | - |
| HSV(B) | 122.59º | 0.73% | 0.87% | - |
| XYZ | 28.64 | 53.04 | 13.88 | - |
| YUV | 154.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 66 | 0.73 | 0 | 0.70 | 0.13 | 122.59 | 0.7 | 0.55 |
| Hex | 3B | DD | 42 | 49 | 0 | 46 | D | 7B | 46 | 37 |
| Octal | 73 | 335 | 102 | 111 | 0 | 106 | 15 | 173 | 106 | 67 |
| Binary | 111011 | 11011101 | 1000010 | 1001001 | 0 | 1000110 | 1101 | 1111011 | 1000110 | 110111 |
Color Harmonies of #3BDD42
Complementary color
Monochromatic Colors of #3BDD42
Black with #3BDD42
Text Example
Text Example
White with #3BDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD42; }
p { color: rgb(59,221,66); }
H1.HeaderClassName
{
color: #3BDD42;
}
.AnyTagClassName
{
color: #3BDD42;
}
</style>
background-color css
<style>
a { background-color: #3BDD42; }
a { background-color: rgb(59,221,66); }
div.DivClassName
{
background-color: #3BDD42;
}
.BgClassName
{
background-color: #3BDD42;
}
</style>
border-color css
<style>
span { border-color: #3BDD42; }
span { border-color: rgb(59,221,66); }
td.TdClassName
{
border-color: #3BDD42;
}
.TagClassName
{
border-color: #3BDD42;
}
</style>