Shades of Lime Green #3BE526
Tints of Lime Green #3BE526
RGB
CMYK
RGB Variations
Color information
#3BE526 (or 0x3BE526) is known color: Lime Green. HEX triplet: 3B, E5 and 26. RGB value is (59,229,38). Sum of RGB (Red+Green+Blue) = 59+229+38=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 229 (89.84% from 255 or 70.25% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE526 is #C41AD9. Grayscale: #9C9C9C. Windows color (decimal): -12851930 or 2549051. OLE color: 2549051.
HSL color Cylindrical-coordinate representation of color #3BE526: hue angle of 113.4º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BE526 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 229 | 38 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.10 |
| HSL | 113.4º | 0.79% | 0.52% | - |
| HSV(B) | 113.4º | 0.83% | 0.9% | - |
| XYZ | 30.17 | 57.11 | 11.27 | - |
| YUV | 156.4 | 61.18 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 229 | 38 | 0.74 | 0 | 0.83 | 0.10 | 113.4 | 0.79 | 0.52 |
| Hex | 3B | E5 | 26 | 4A | 0 | 53 | A | 71 | 4F | 34 |
| Octal | 73 | 345 | 46 | 112 | 0 | 123 | 12 | 161 | 117 | 64 |
| Binary | 111011 | 11100101 | 100110 | 1001010 | 0 | 1010011 | 1010 | 1110001 | 1001111 | 110100 |
Color Harmonies of #3BE526
Complementary color
Monochromatic Colors of #3BE526
Black with #3BE526
Text Example
Text Example
White with #3BE526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE526; }
p { color: rgb(59,229,38); }
H1.HeaderClassName
{
color: #3BE526;
}
.AnyTagClassName
{
color: #3BE526;
}
</style>
background-color css
<style>
a { background-color: #3BE526; }
a { background-color: rgb(59,229,38); }
div.DivClassName
{
background-color: #3BE526;
}
.BgClassName
{
background-color: #3BE526;
}
</style>
border-color css
<style>
span { border-color: #3BE526; }
span { border-color: rgb(59,229,38); }
td.TdClassName
{
border-color: #3BE526;
}
.TagClassName
{
border-color: #3BE526;
}
</style>