Shades of Lime Green #3BE218
Tints of Lime Green #3BE218
RGB
CMYK
RGB Variations
Color information
#3BE218 (or 0x3BE218) is known color: Lime Green. HEX triplet: 3B, E2 and 18. RGB value is (59,226,24). Sum of RGB (Red+Green+Blue) = 59+226+24=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 226 (88.67% from 255 or 73.14% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BE218 is #C41DE7. Grayscale: #999999. Windows color (decimal): -12852712 or 1630779. OLE color: 1630779.
HSL color Cylindrical-coordinate representation of color #3BE218: hue angle of 109.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BE218 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 226 | 24 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.11 |
| HSL | 109.6º | 0.81% | 0.49% | - |
| HSV(B) | 109.6º | 0.89% | 0.89% | - |
| XYZ | 29.16 | 55.39 | 10.02 | - |
| YUV | 153.04 | 55.17 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 24 | 0.74 | 0 | 0.89 | 0.11 | 109.6 | 0.81 | 0.49 |
| Hex | 3B | E2 | 18 | 4A | 0 | 59 | B | 6E | 51 | 31 |
| Octal | 73 | 342 | 30 | 112 | 0 | 131 | 13 | 156 | 121 | 61 |
| Binary | 111011 | 11100010 | 11000 | 1001010 | 0 | 1011001 | 1011 | 1101110 | 1010001 | 110001 |
Color Harmonies of #3BE218
Complementary color
Monochromatic Colors of #3BE218
Black with #3BE218
Text Example
Text Example
White with #3BE218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE218; }
p { color: rgb(59,226,24); }
H1.HeaderClassName
{
color: #3BE218;
}
.AnyTagClassName
{
color: #3BE218;
}
</style>
background-color css
<style>
a { background-color: #3BE218; }
a { background-color: rgb(59,226,24); }
div.DivClassName
{
background-color: #3BE218;
}
.BgClassName
{
background-color: #3BE218;
}
</style>
border-color css
<style>
span { border-color: #3BE218; }
span { border-color: rgb(59,226,24); }
td.TdClassName
{
border-color: #3BE218;
}
.TagClassName
{
border-color: #3BE218;
}
</style>