Shades of Lime Green #3BC226
Tints of Lime Green #3BC226
RGB
CMYK
RGB Variations
Color information
#3BC226 (or 0x3BC226) is known color: Lime Green. HEX triplet: 3B, C2 and 26. RGB value is (59,194,38). Sum of RGB (Red+Green+Blue) = 59+194+38=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 194 (76.17% from 255 or 66.67% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC226 is #C43DD9. Grayscale: #888888. Windows color (decimal): -12860890 or 2540091. OLE color: 2540091.
HSL color Cylindrical-coordinate representation of color #3BC226: hue angle of 111.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3BC226 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 38 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.24 |
| HSL | 111.92º | 0.67% | 0.45% | - |
| HSV(B) | 111.92º | 0.8% | 0.76% | - |
| XYZ | 21.45 | 39.65 | 8.36 | - |
| YUV | 135.85 | 72.77 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 38 | 0.70 | 0 | 0.80 | 0.24 | 111.92 | 0.67 | 0.45 |
| Hex | 3B | C2 | 26 | 46 | 0 | 50 | 18 | 70 | 43 | 2D |
| Octal | 73 | 302 | 46 | 106 | 0 | 120 | 30 | 160 | 103 | 55 |
| Binary | 111011 | 11000010 | 100110 | 1000110 | 0 | 1010000 | 11000 | 1110000 | 1000011 | 101101 |
Color Harmonies of #3BC226
Complementary color
Monochromatic Colors of #3BC226
Black with #3BC226
Text Example
Text Example
White with #3BC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC226; }
p { color: rgb(59,194,38); }
H1.HeaderClassName
{
color: #3BC226;
}
.AnyTagClassName
{
color: #3BC226;
}
</style>
background-color css
<style>
a { background-color: #3BC226; }
a { background-color: rgb(59,194,38); }
div.DivClassName
{
background-color: #3BC226;
}
.BgClassName
{
background-color: #3BC226;
}
</style>
border-color css
<style>
span { border-color: #3BC226; }
span { border-color: rgb(59,194,38); }
td.TdClassName
{
border-color: #3BC226;
}
.TagClassName
{
border-color: #3BC226;
}
</style>