Shades of Lime Green #3BD91B
Tints of Lime Green #3BD91B
RGB
CMYK
RGB Variations
Color information
#3BD91B (or 0x3BD91B) is known color: Lime Green. HEX triplet: 3B, D9 and 1B. RGB value is (59,217,27). Sum of RGB (Red+Green+Blue) = 59+217+27=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 217 (85.16% from 255 or 71.62% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD91B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD91B is #C426E4. Grayscale: #949494. Windows color (decimal): -12855013 or 1825083. OLE color: 1825083.
HSL color Cylindrical-coordinate representation of color #3BD91B: hue angle of 109.89º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BD91B is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 27 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.15 |
| HSL | 109.89º | 0.78% | 0.48% | - |
| HSV(B) | 109.89º | 0.88% | 0.85% | - |
| XYZ | 26.81 | 50.63 | 9.4 | - |
| YUV | 148.1 | 59.65 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 27 | 0.73 | 0 | 0.88 | 0.15 | 109.89 | 0.78 | 0.48 |
| Hex | 3B | D9 | 1B | 49 | 0 | 58 | F | 6E | 4E | 30 |
| Octal | 73 | 331 | 33 | 111 | 0 | 130 | 17 | 156 | 116 | 60 |
| Binary | 111011 | 11011001 | 11011 | 1001001 | 0 | 1011000 | 1111 | 1101110 | 1001110 | 110000 |
Color Harmonies of #3BD91B
Complementary color
Monochromatic Colors of #3BD91B
Black with #3BD91B
Text Example
Text Example
White with #3BD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD91B; }
p { color: rgb(59,217,27); }
H1.HeaderClassName
{
color: #3BD91B;
}
.AnyTagClassName
{
color: #3BD91B;
}
</style>
background-color css
<style>
a { background-color: #3BD91B; }
a { background-color: rgb(59,217,27); }
div.DivClassName
{
background-color: #3BD91B;
}
.BgClassName
{
background-color: #3BD91B;
}
</style>
border-color css
<style>
span { border-color: #3BD91B; }
span { border-color: rgb(59,217,27); }
td.TdClassName
{
border-color: #3BD91B;
}
.TagClassName
{
border-color: #3BD91B;
}
</style>