Shades of Lime Green #3BE954
Tints of Lime Green #3BE954
RGB
CMYK
RGB Variations
Color information
#3BE954 (or 0x3BE954) is known color: Lime Green. HEX triplet: 3B, E9 and 54. RGB value is (59,233,84). Sum of RGB (Red+Green+Blue) = 59+233+84=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE954 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE954 is #C416AB. Grayscale: #A4A4A4. Windows color (decimal): -12850860 or 5564731. OLE color: 5564731.
HSL color Cylindrical-coordinate representation of color #3BE954: hue angle of 128.62º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE954 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 233 | 84 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.09 |
| HSL | 128.62º | 0.8% | 0.57% | - |
| HSV(B) | 128.62º | 0.75% | 0.91% | - |
| XYZ | 32.54 | 59.85 | 18.22 | - |
| YUV | 163.99 | 82.85 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 233 | 84 | 0.75 | 0 | 0.64 | 0.09 | 128.62 | 0.8 | 0.57 |
| Hex | 3B | E9 | 54 | 4B | 0 | 40 | 9 | 81 | 50 | 39 |
| Octal | 73 | 351 | 124 | 113 | 0 | 100 | 11 | 201 | 120 | 71 |
| Binary | 111011 | 11101001 | 1010100 | 1001011 | 0 | 1000000 | 1001 | 10000001 | 1010000 | 111001 |
Color Harmonies of #3BE954
Complementary color
Monochromatic Colors of #3BE954
Black with #3BE954
Text Example
Text Example
White with #3BE954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE954; }
p { color: rgb(59,233,84); }
H1.HeaderClassName
{
color: #3BE954;
}
.AnyTagClassName
{
color: #3BE954;
}
</style>
background-color css
<style>
a { background-color: #3BE954; }
a { background-color: rgb(59,233,84); }
div.DivClassName
{
background-color: #3BE954;
}
.BgClassName
{
background-color: #3BE954;
}
</style>
border-color css
<style>
span { border-color: #3BE954; }
span { border-color: rgb(59,233,84); }
td.TdClassName
{
border-color: #3BE954;
}
.TagClassName
{
border-color: #3BE954;
}
</style>