Shades of Lime Green #3BE128
Tints of Lime Green #3BE128
RGB
CMYK
RGB Variations
Color information
#3BE128 (or 0x3BE128) is known color: Lime Green. HEX triplet: 3B, E1 and 28. RGB value is (59,225,40). Sum of RGB (Red+Green+Blue) = 59+225+40=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE128 is #C41ED7. Grayscale: #9A9A9A. Windows color (decimal): -12852952 or 2679099. OLE color: 2679099.
HSL color Cylindrical-coordinate representation of color #3BE128: hue angle of 113.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BE128 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 225 | 40 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.12 |
| HSL | 113.84º | 0.76% | 0.52% | - |
| HSV(B) | 113.84º | 0.82% | 0.88% | - |
| XYZ | 29.11 | 54.93 | 11.08 | - |
| YUV | 154.28 | 63.5 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 225 | 40 | 0.74 | 0 | 0.82 | 0.12 | 113.84 | 0.76 | 0.52 |
| Hex | 3B | E1 | 28 | 4A | 0 | 52 | C | 72 | 4C | 34 |
| Octal | 73 | 341 | 50 | 112 | 0 | 122 | 14 | 162 | 114 | 64 |
| Binary | 111011 | 11100001 | 101000 | 1001010 | 0 | 1010010 | 1100 | 1110010 | 1001100 | 110100 |
Color Harmonies of #3BE128
Complementary color
Monochromatic Colors of #3BE128
Black with #3BE128
Text Example
Text Example
White with #3BE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE128; }
p { color: rgb(59,225,40); }
H1.HeaderClassName
{
color: #3BE128;
}
.AnyTagClassName
{
color: #3BE128;
}
</style>
background-color css
<style>
a { background-color: #3BE128; }
a { background-color: rgb(59,225,40); }
div.DivClassName
{
background-color: #3BE128;
}
.BgClassName
{
background-color: #3BE128;
}
</style>
border-color css
<style>
span { border-color: #3BE128; }
span { border-color: rgb(59,225,40); }
td.TdClassName
{
border-color: #3BE128;
}
.TagClassName
{
border-color: #3BE128;
}
</style>