Shades of Lime Green #3BE726
Tints of Lime Green #3BE726
RGB
CMYK
RGB Variations
Color information
#3BE726 (or 0x3BE726) is known color: Lime Green. HEX triplet: 3B, E7 and 26. RGB value is (59,231,38). Sum of RGB (Red+Green+Blue) = 59+231+38=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 231 (90.62% from 255 or 70.43% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BE726 is #C418D9. Grayscale: #9E9E9E. Windows color (decimal): -12851418 or 2549563. OLE color: 2549563.
HSL color Cylindrical-coordinate representation of color #3BE726: hue angle of 113.47º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3BE726 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 231 | 38 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.09 |
| HSL | 113.47º | 0.8% | 0.53% | - |
| HSV(B) | 113.47º | 0.84% | 0.91% | - |
| XYZ | 30.73 | 58.22 | 11.45 | - |
| YUV | 157.57 | 60.52 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 231 | 38 | 0.74 | 0 | 0.84 | 0.09 | 113.47 | 0.8 | 0.53 |
| Hex | 3B | E7 | 26 | 4A | 0 | 54 | 9 | 71 | 50 | 35 |
| Octal | 73 | 347 | 46 | 112 | 0 | 124 | 11 | 161 | 120 | 65 |
| Binary | 111011 | 11100111 | 100110 | 1001010 | 0 | 1010100 | 1001 | 1110001 | 1010000 | 110101 |
Color Harmonies of #3BE726
Complementary color
Monochromatic Colors of #3BE726
Black with #3BE726
Text Example
Text Example
White with #3BE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE726; }
p { color: rgb(59,231,38); }
H1.HeaderClassName
{
color: #3BE726;
}
.AnyTagClassName
{
color: #3BE726;
}
</style>
background-color css
<style>
a { background-color: #3BE726; }
a { background-color: rgb(59,231,38); }
div.DivClassName
{
background-color: #3BE726;
}
.BgClassName
{
background-color: #3BE726;
}
</style>
border-color css
<style>
span { border-color: #3BE726; }
span { border-color: rgb(59,231,38); }
td.TdClassName
{
border-color: #3BE726;
}
.TagClassName
{
border-color: #3BE726;
}
</style>