Shades of Lime Green #3BD13D
Tints of Lime Green #3BD13D
RGB
CMYK
RGB Variations
Color information
#3BD13D (or 0x3BD13D) is known color: Lime Green. HEX triplet: 3B, D1 and 3D. RGB value is (59,209,61). Sum of RGB (Red+Green+Blue) = 59+209+61=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD13D is #C42EC2. Grayscale: #939393. Windows color (decimal): -12857027 or 4051259. OLE color: 4051259.
HSL color Cylindrical-coordinate representation of color #3BD13D: hue angle of 120.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD13D is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 61 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.18 |
| HSL | 120.8º | 0.62% | 0.53% | - |
| HSV(B) | 120.8º | 0.72% | 0.82% | - |
| XYZ | 25.45 | 46.87 | 12.12 | - |
| YUV | 147.28 | 79.31 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 61 | 0.72 | 0 | 0.71 | 0.18 | 120.8 | 0.62 | 0.53 |
| Hex | 3B | D1 | 3D | 48 | 0 | 47 | 12 | 79 | 3E | 35 |
| Octal | 73 | 321 | 75 | 110 | 0 | 107 | 22 | 171 | 76 | 65 |
| Binary | 111011 | 11010001 | 111101 | 1001000 | 0 | 1000111 | 10010 | 1111001 | 111110 | 110101 |
Color Harmonies of #3BD13D
Complementary color
Monochromatic Colors of #3BD13D
Black with #3BD13D
Text Example
Text Example
White with #3BD13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD13D; }
p { color: rgb(59,209,61); }
H1.HeaderClassName
{
color: #3BD13D;
}
.AnyTagClassName
{
color: #3BD13D;
}
</style>
background-color css
<style>
a { background-color: #3BD13D; }
a { background-color: rgb(59,209,61); }
div.DivClassName
{
background-color: #3BD13D;
}
.BgClassName
{
background-color: #3BD13D;
}
</style>
border-color css
<style>
span { border-color: #3BD13D; }
span { border-color: rgb(59,209,61); }
td.TdClassName
{
border-color: #3BD13D;
}
.TagClassName
{
border-color: #3BD13D;
}
</style>