Shades of Lime Green #3BC12B
Tints of Lime Green #3BC12B
RGB
CMYK
RGB Variations
Color information
#3BC12B (or 0x3BC12B) is known color: Lime Green. HEX triplet: 3B, C1 and 2B. RGB value is (59,193,43). Sum of RGB (Red+Green+Blue) = 59+193+43=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC12B is #C43ED4. Grayscale: #888888. Windows color (decimal): -12861141 or 2867515. OLE color: 2867515.
HSL color Cylindrical-coordinate representation of color #3BC12B: hue angle of 113.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BC12B is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 43 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.24 |
| HSL | 113.6º | 0.64% | 0.46% | - |
| HSV(B) | 113.6º | 0.78% | 0.76% | - |
| XYZ | 21.31 | 39.24 | 8.74 | - |
| YUV | 135.83 | 75.61 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 43 | 0.69 | 0 | 0.78 | 0.24 | 113.6 | 0.64 | 0.46 |
| Hex | 3B | C1 | 2B | 45 | 0 | 4E | 18 | 72 | 40 | 2E |
| Octal | 73 | 301 | 53 | 105 | 0 | 116 | 30 | 162 | 100 | 56 |
| Binary | 111011 | 11000001 | 101011 | 1000101 | 0 | 1001110 | 11000 | 1110010 | 1000000 | 101110 |
Color Harmonies of #3BC12B
Complementary color
Monochromatic Colors of #3BC12B
Black with #3BC12B
Text Example
Text Example
White with #3BC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC12B; }
p { color: rgb(59,193,43); }
H1.HeaderClassName
{
color: #3BC12B;
}
.AnyTagClassName
{
color: #3BC12B;
}
</style>
background-color css
<style>
a { background-color: #3BC12B; }
a { background-color: rgb(59,193,43); }
div.DivClassName
{
background-color: #3BC12B;
}
.BgClassName
{
background-color: #3BC12B;
}
</style>
border-color css
<style>
span { border-color: #3BC12B; }
span { border-color: rgb(59,193,43); }
td.TdClassName
{
border-color: #3BC12B;
}
.TagClassName
{
border-color: #3BC12B;
}
</style>