Shades of Bright Green #54EC0D
Tints of Bright Green #54EC0D
RGB
CMYK
RGB Variations
Color information
#54EC0D (or 0x54EC0D) is known color: Bright Green. HEX triplet: 54, EC and 0D. RGB value is (84,236,13). Sum of RGB (Red+Green+Blue) = 84+236+13=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #54EC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #54EC0D is #AB13F2. Grayscale: #A5A5A5. Windows color (decimal): -11211763 or 912468. OLE color: 912468.
HSL color Cylindrical-coordinate representation of color #54EC0D: hue angle of 100.9º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54EC0D is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 236 | 13 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.07 |
| HSL | 100.9º | 0.9% | 0.49% | - |
| HSV(B) | 100.9º | 0.94% | 0.93% | - |
| XYZ | 33.72 | 61.9 | 10.55 | - |
| YUV | 165.13 | 42.14 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 236 | 13 | 0.64 | 0 | 0.94 | 0.07 | 100.9 | 0.9 | 0.49 |
| Hex | 54 | EC | D | 40 | 0 | 5E | 7 | 65 | 5A | 31 |
| Octal | 124 | 354 | 15 | 100 | 0 | 136 | 7 | 145 | 132 | 61 |
| Binary | 1010100 | 11101100 | 1101 | 1000000 | 0 | 1011110 | 111 | 1100101 | 1011010 | 110001 |
Color Harmonies of #54EC0D
Complementary color
Monochromatic Colors of #54EC0D
Black with #54EC0D
Text Example
Text Example
White with #54EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EC0D; }
p { color: rgb(84,236,13); }
H1.HeaderClassName
{
color: #54EC0D;
}
.AnyTagClassName
{
color: #54EC0D;
}
</style>
background-color css
<style>
a { background-color: #54EC0D; }
a { background-color: rgb(84,236,13); }
div.DivClassName
{
background-color: #54EC0D;
}
.BgClassName
{
background-color: #54EC0D;
}
</style>
border-color css
<style>
span { border-color: #54EC0D; }
span { border-color: rgb(84,236,13); }
td.TdClassName
{
border-color: #54EC0D;
}
.TagClassName
{
border-color: #54EC0D;
}
</style>