Shades of Lime Green #3BD61E
Tints of Lime Green #3BD61E
RGB
CMYK
RGB Variations
Color information
#3BD61E (or 0x3BD61E) is known color: Lime Green. HEX triplet: 3B, D6 and 1E. RGB value is (59,214,30). Sum of RGB (Red+Green+Blue) = 59+214+30=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 214 (83.98% from 255 or 70.63% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD61E is #C429E1. Grayscale: #939393. Windows color (decimal): -12855778 or 2020923. OLE color: 2020923.
HSL color Cylindrical-coordinate representation of color #3BD61E: hue angle of 110.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BD61E is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 30 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.16 |
| HSL | 110.54º | 0.75% | 0.48% | - |
| HSV(B) | 110.54º | 0.86% | 0.84% | - |
| XYZ | 26.08 | 49.12 | 9.33 | - |
| YUV | 146.68 | 62.15 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 30 | 0.72 | 0 | 0.86 | 0.16 | 110.54 | 0.75 | 0.48 |
| Hex | 3B | D6 | 1E | 48 | 0 | 56 | 10 | 6F | 4B | 30 |
| Octal | 73 | 326 | 36 | 110 | 0 | 126 | 20 | 157 | 113 | 60 |
| Binary | 111011 | 11010110 | 11110 | 1001000 | 0 | 1010110 | 10000 | 1101111 | 1001011 | 110000 |
Color Harmonies of #3BD61E
Complementary color
Monochromatic Colors of #3BD61E
Black with #3BD61E
Text Example
Text Example
White with #3BD61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD61E; }
p { color: rgb(59,214,30); }
H1.HeaderClassName
{
color: #3BD61E;
}
.AnyTagClassName
{
color: #3BD61E;
}
</style>
background-color css
<style>
a { background-color: #3BD61E; }
a { background-color: rgb(59,214,30); }
div.DivClassName
{
background-color: #3BD61E;
}
.BgClassName
{
background-color: #3BD61E;
}
</style>
border-color css
<style>
span { border-color: #3BD61E; }
span { border-color: rgb(59,214,30); }
td.TdClassName
{
border-color: #3BD61E;
}
.TagClassName
{
border-color: #3BD61E;
}
</style>