Shades of Lime Green #3BE528
Tints of Lime Green #3BE528
RGB
CMYK
RGB Variations
Color information
#3BE528 (or 0x3BE528) is known color: Lime Green. HEX triplet: 3B, E5 and 28. RGB value is (59,229,40). Sum of RGB (Red+Green+Blue) = 59+229+40=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 229 (89.84% from 255 or 69.82% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE528 is #C41AD7. Grayscale: #9D9D9D. Windows color (decimal): -12851928 or 2680123. OLE color: 2680123.
HSL color Cylindrical-coordinate representation of color #3BE528: hue angle of 113.97º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BE528 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 40 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.10 |
| HSL | 113.97º | 0.78% | 0.53% | - |
| HSV(B) | 113.97º | 0.83% | 0.9% | - |
| XYZ | 30.21 | 57.12 | 11.44 | - |
| YUV | 156.62 | 62.18 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 40 | 0.74 | 0 | 0.83 | 0.10 | 113.97 | 0.78 | 0.53 |
| Hex | 3B | E5 | 28 | 4A | 0 | 53 | A | 72 | 4E | 35 |
| Octal | 73 | 345 | 50 | 112 | 0 | 123 | 12 | 162 | 116 | 65 |
| Binary | 111011 | 11100101 | 101000 | 1001010 | 0 | 1010011 | 1010 | 1110010 | 1001110 | 110101 |
Color Harmonies of #3BE528
Complementary color
Monochromatic Colors of #3BE528
Black with #3BE528
Text Example
Text Example
White with #3BE528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE528; }
p { color: rgb(59,229,40); }
H1.HeaderClassName
{
color: #3BE528;
}
.AnyTagClassName
{
color: #3BE528;
}
</style>
background-color css
<style>
a { background-color: #3BE528; }
a { background-color: rgb(59,229,40); }
div.DivClassName
{
background-color: #3BE528;
}
.BgClassName
{
background-color: #3BE528;
}
</style>
border-color css
<style>
span { border-color: #3BE528; }
span { border-color: rgb(59,229,40); }
td.TdClassName
{
border-color: #3BE528;
}
.TagClassName
{
border-color: #3BE528;
}
</style>