Shades of Lime Green #3BE228
Tints of Lime Green #3BE228
RGB
CMYK
RGB Variations
Color information
#3BE228 (or 0x3BE228) is known color: Lime Green. HEX triplet: 3B, E2 and 28. RGB value is (59,226,40). Sum of RGB (Red+Green+Blue) = 59+226+40=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 226 (88.67% from 255 or 69.54% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE228 is #C41DD7. Grayscale: #9B9B9B. Windows color (decimal): -12852696 or 2679355. OLE color: 2679355.
HSL color Cylindrical-coordinate representation of color #3BE228: hue angle of 113.87º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BE228 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 226 | 40 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.11 |
| HSL | 113.87º | 0.76% | 0.52% | - |
| HSV(B) | 113.87º | 0.82% | 0.89% | - |
| XYZ | 29.38 | 55.48 | 11.17 | - |
| YUV | 154.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 226 | 40 | 0.74 | 0 | 0.82 | 0.11 | 113.87 | 0.76 | 0.52 |
| Hex | 3B | E2 | 28 | 4A | 0 | 52 | B | 72 | 4C | 34 |
| Octal | 73 | 342 | 50 | 112 | 0 | 122 | 13 | 162 | 114 | 64 |
| Binary | 111011 | 11100010 | 101000 | 1001010 | 0 | 1010010 | 1011 | 1110010 | 1001100 | 110100 |
Color Harmonies of #3BE228
Complementary color
Monochromatic Colors of #3BE228
Black with #3BE228
Text Example
Text Example
White with #3BE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE228; }
p { color: rgb(59,226,40); }
H1.HeaderClassName
{
color: #3BE228;
}
.AnyTagClassName
{
color: #3BE228;
}
</style>
background-color css
<style>
a { background-color: #3BE228; }
a { background-color: rgb(59,226,40); }
div.DivClassName
{
background-color: #3BE228;
}
.BgClassName
{
background-color: #3BE228;
}
</style>
border-color css
<style>
span { border-color: #3BE228; }
span { border-color: rgb(59,226,40); }
td.TdClassName
{
border-color: #3BE228;
}
.TagClassName
{
border-color: #3BE228;
}
</style>