Shades of Lime Green #3BD319
Tints of Lime Green #3BD319
RGB
CMYK
RGB Variations
Color information
#3BD319 (or 0x3BD319) is known color: Lime Green. HEX triplet: 3B, D3 and 19. RGB value is (59,211,25). Sum of RGB (Red+Green+Blue) = 59+211+25=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BD319 is #C42CE6. Grayscale: #909090. Windows color (decimal): -12856551 or 1692475. OLE color: 1692475.
HSL color Cylindrical-coordinate representation of color #3BD319: hue angle of 109.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BD319 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 25 | - |
| CMYK | 0.72 | 0 | 0.88 | 0.17 |
| HSL | 109.03º | 0.79% | 0.46% | - |
| HSV(B) | 109.03º | 0.88% | 0.83% | - |
| XYZ | 25.27 | 47.59 | 8.77 | - |
| YUV | 144.35 | 60.64 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 25 | 0.72 | 0 | 0.88 | 0.17 | 109.03 | 0.79 | 0.46 |
| Hex | 3B | D3 | 19 | 48 | 0 | 58 | 11 | 6D | 4F | 2E |
| Octal | 73 | 323 | 31 | 110 | 0 | 130 | 21 | 155 | 117 | 56 |
| Binary | 111011 | 11010011 | 11001 | 1001000 | 0 | 1011000 | 10001 | 1101101 | 1001111 | 101110 |
Color Harmonies of #3BD319
Complementary color
Monochromatic Colors of #3BD319
Black with #3BD319
Text Example
Text Example
White with #3BD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD319; }
p { color: rgb(59,211,25); }
H1.HeaderClassName
{
color: #3BD319;
}
.AnyTagClassName
{
color: #3BD319;
}
</style>
background-color css
<style>
a { background-color: #3BD319; }
a { background-color: rgb(59,211,25); }
div.DivClassName
{
background-color: #3BD319;
}
.BgClassName
{
background-color: #3BD319;
}
</style>
border-color css
<style>
span { border-color: #3BD319; }
span { border-color: rgb(59,211,25); }
td.TdClassName
{
border-color: #3BD319;
}
.TagClassName
{
border-color: #3BD319;
}
</style>