Shades of Lime Green #54EC2F
Tints of Lime Green #54EC2F
RGB
CMYK
RGB Variations
Color information
#54EC2F (or 0x54EC2F) is known color: Lime Green. HEX triplet: 54, EC and 2F. RGB value is (84,236,47). Sum of RGB (Red+Green+Blue) = 84+236+47=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #54EC2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EC2F is #AB13D0. Grayscale: #A9A9A9. Windows color (decimal): -11211729 or 3140692. OLE color: 3140692.
HSL color Cylindrical-coordinate representation of color #54EC2F: hue angle of 108.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54EC2F is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 47 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.07 |
| HSL | 108.25º | 0.83% | 0.55% | - |
| HSV(B) | 108.25º | 0.8% | 0.93% | - |
| XYZ | 34.16 | 62.08 | 12.87 | - |
| YUV | 169.01 | 59.14 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 47 | 0.64 | 0 | 0.80 | 0.07 | 108.25 | 0.83 | 0.55 |
| Hex | 54 | EC | 2F | 40 | 0 | 50 | 7 | 6C | 53 | 37 |
| Octal | 124 | 354 | 57 | 100 | 0 | 120 | 7 | 154 | 123 | 67 |
| Binary | 1010100 | 11101100 | 101111 | 1000000 | 0 | 1010000 | 111 | 1101100 | 1010011 | 110111 |
Color Harmonies of #54EC2F
Complementary color
Monochromatic Colors of #54EC2F
Black with #54EC2F
Text Example
Text Example
White with #54EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EC2F; }
p { color: rgb(84,236,47); }
H1.HeaderClassName
{
color: #54EC2F;
}
.AnyTagClassName
{
color: #54EC2F;
}
</style>
background-color css
<style>
a { background-color: #54EC2F; }
a { background-color: rgb(84,236,47); }
div.DivClassName
{
background-color: #54EC2F;
}
.BgClassName
{
background-color: #54EC2F;
}
</style>
border-color css
<style>
span { border-color: #54EC2F; }
span { border-color: rgb(84,236,47); }
td.TdClassName
{
border-color: #54EC2F;
}
.TagClassName
{
border-color: #54EC2F;
}
</style>