Shades of Lime Green #3BC133
Tints of Lime Green #3BC133
RGB
CMYK
RGB Variations
Color information
#3BC133 (or 0x3BC133) is known color: Lime Green. HEX triplet: 3B, C1 and 33. RGB value is (59,193,51). Sum of RGB (Red+Green+Blue) = 59+193+51=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC133 is #C43ECC. Grayscale: #898989. Windows color (decimal): -12861133 or 3391803. OLE color: 3391803.
HSL color Cylindrical-coordinate representation of color #3BC133: hue angle of 116.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC133 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 51 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.24 |
| HSL | 116.62º | 0.58% | 0.48% | - |
| HSV(B) | 116.62º | 0.74% | 0.76% | - |
| XYZ | 21.47 | 39.31 | 9.59 | - |
| YUV | 136.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 51 | 0.69 | 0 | 0.74 | 0.24 | 116.62 | 0.58 | 0.48 |
| Hex | 3B | C1 | 33 | 45 | 0 | 4A | 18 | 75 | 3A | 30 |
| Octal | 73 | 301 | 63 | 105 | 0 | 112 | 30 | 165 | 72 | 60 |
| Binary | 111011 | 11000001 | 110011 | 1000101 | 0 | 1001010 | 11000 | 1110101 | 111010 | 110000 |
Color Harmonies of #3BC133
Complementary color
Monochromatic Colors of #3BC133
Black with #3BC133
Text Example
Text Example
White with #3BC133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC133; }
p { color: rgb(59,193,51); }
H1.HeaderClassName
{
color: #3BC133;
}
.AnyTagClassName
{
color: #3BC133;
}
</style>
background-color css
<style>
a { background-color: #3BC133; }
a { background-color: rgb(59,193,51); }
div.DivClassName
{
background-color: #3BC133;
}
.BgClassName
{
background-color: #3BC133;
}
</style>
border-color css
<style>
span { border-color: #3BC133; }
span { border-color: rgb(59,193,51); }
td.TdClassName
{
border-color: #3BC133;
}
.TagClassName
{
border-color: #3BC133;
}
</style>