Shades of Lime Green #3BD439
Tints of Lime Green #3BD439
RGB
CMYK
RGB Variations
Color information
#3BD439 (or 0x3BD439) is known color: Lime Green. HEX triplet: 3B, D4 and 39. RGB value is (59,212,57). Sum of RGB (Red+Green+Blue) = 59+212+57=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 212 (83.20% from 255 or 64.63% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD439 is #C42BC6. Grayscale: #959595. Windows color (decimal): -12856263 or 3789883. OLE color: 3789883.
HSL color Cylindrical-coordinate representation of color #3BD439: hue angle of 119.23º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD439 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 57 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.17 |
| HSL | 119.23º | 0.64% | 0.53% | - |
| HSV(B) | 119.23º | 0.73% | 0.83% | - |
| XYZ | 26.09 | 48.31 | 11.82 | - |
| YUV | 148.58 | 76.31 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 57 | 0.72 | 0 | 0.73 | 0.17 | 119.23 | 0.64 | 0.53 |
| Hex | 3B | D4 | 39 | 48 | 0 | 49 | 11 | 77 | 40 | 35 |
| Octal | 73 | 324 | 71 | 110 | 0 | 111 | 21 | 167 | 100 | 65 |
| Binary | 111011 | 11010100 | 111001 | 1001000 | 0 | 1001001 | 10001 | 1110111 | 1000000 | 110101 |
Color Harmonies of #3BD439
Complementary color
Monochromatic Colors of #3BD439
Black with #3BD439
Text Example
Text Example
White with #3BD439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD439; }
p { color: rgb(59,212,57); }
H1.HeaderClassName
{
color: #3BD439;
}
.AnyTagClassName
{
color: #3BD439;
}
</style>
background-color css
<style>
a { background-color: #3BD439; }
a { background-color: rgb(59,212,57); }
div.DivClassName
{
background-color: #3BD439;
}
.BgClassName
{
background-color: #3BD439;
}
</style>
border-color css
<style>
span { border-color: #3BD439; }
span { border-color: rgb(59,212,57); }
td.TdClassName
{
border-color: #3BD439;
}
.TagClassName
{
border-color: #3BD439;
}
</style>