Shades of Lime Green #3ECB54
Tints of Lime Green #3ECB54
RGB
CMYK
RGB Variations
Color information
#3ECB54 (or 0x3ECB54) is known color: Lime Green. HEX triplet: 3E, CB and 54. RGB value is (62,203,84). Sum of RGB (Red+Green+Blue) = 62+203+84=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #3ECB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ECB54 is #C134AB. Grayscale: #939393. Windows color (decimal): -12661932 or 5557054. OLE color: 5557054.
HSL color Cylindrical-coordinate representation of color #3ECB54: hue angle of 129.36º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ECB54 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 203 | 84 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.20 |
| HSL | 129.36º | 0.58% | 0.52% | - |
| HSV(B) | 129.36º | 0.69% | 0.8% | - |
| XYZ | 24.94 | 44.38 | 15.64 | - |
| YUV | 147.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 84 | 0.69 | 0 | 0.59 | 0.20 | 129.36 | 0.58 | 0.52 |
| Hex | 3E | CB | 54 | 45 | 0 | 3B | 14 | 81 | 3A | 34 |
| Octal | 76 | 313 | 124 | 105 | 0 | 73 | 24 | 201 | 72 | 64 |
| Binary | 111110 | 11001011 | 1010100 | 1000101 | 0 | 111011 | 10100 | 10000001 | 111010 | 110100 |
Color Harmonies of #3ECB54
Complementary color
Monochromatic Colors of #3ECB54
Black with #3ECB54
Text Example
Text Example
White with #3ECB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECB54; }
p { color: rgb(62,203,84); }
H1.HeaderClassName
{
color: #3ECB54;
}
.AnyTagClassName
{
color: #3ECB54;
}
</style>
background-color css
<style>
a { background-color: #3ECB54; }
a { background-color: rgb(62,203,84); }
div.DivClassName
{
background-color: #3ECB54;
}
.BgClassName
{
background-color: #3ECB54;
}
</style>
border-color css
<style>
span { border-color: #3ECB54; }
span { border-color: rgb(62,203,84); }
td.TdClassName
{
border-color: #3ECB54;
}
.TagClassName
{
border-color: #3ECB54;
}
</style>