Shades of Lime Green #3BD122
Tints of Lime Green #3BD122
RGB
CMYK
RGB Variations
Color information
#3BD122 (or 0x3BD122) is known color: Lime Green. HEX triplet: 3B, D1 and 22. RGB value is (59,209,34). Sum of RGB (Red+Green+Blue) = 59+209+34=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 209 (82.03% from 255 or 69.21% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD122 is #C42EDD. Grayscale: #909090. Windows color (decimal): -12857054 or 2281787. OLE color: 2281787.
HSL color Cylindrical-coordinate representation of color #3BD122: hue angle of 111.43º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BD122 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 34 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.18 |
| HSL | 111.43º | 0.72% | 0.48% | - |
| HSV(B) | 111.43º | 0.84% | 0.82% | - |
| XYZ | 24.89 | 46.65 | 9.21 | - |
| YUV | 144.2 | 65.81 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 34 | 0.72 | 0 | 0.84 | 0.18 | 111.43 | 0.72 | 0.48 |
| Hex | 3B | D1 | 22 | 48 | 0 | 54 | 12 | 6F | 48 | 30 |
| Octal | 73 | 321 | 42 | 110 | 0 | 124 | 22 | 157 | 110 | 60 |
| Binary | 111011 | 11010001 | 100010 | 1001000 | 0 | 1010100 | 10010 | 1101111 | 1001000 | 110000 |
Color Harmonies of #3BD122
Complementary color
Monochromatic Colors of #3BD122
Black with #3BD122
Text Example
Text Example
White with #3BD122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD122; }
p { color: rgb(59,209,34); }
H1.HeaderClassName
{
color: #3BD122;
}
.AnyTagClassName
{
color: #3BD122;
}
</style>
background-color css
<style>
a { background-color: #3BD122; }
a { background-color: rgb(59,209,34); }
div.DivClassName
{
background-color: #3BD122;
}
.BgClassName
{
background-color: #3BD122;
}
</style>
border-color css
<style>
span { border-color: #3BD122; }
span { border-color: rgb(59,209,34); }
td.TdClassName
{
border-color: #3BD122;
}
.TagClassName
{
border-color: #3BD122;
}
</style>