Shades of Bright Green #55EC1D
Tints of Bright Green #55EC1D
RGB
CMYK
RGB Variations
Color information
#55EC1D (or 0x55EC1D) is known color: Bright Green. HEX triplet: 55, EC and 1D. RGB value is (85,236,29). Sum of RGB (Red+Green+Blue) = 85+236+29=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 236 (92.58% from 255 or 67.43% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC1D is #AA13E2. Grayscale: #A7A7A7. Windows color (decimal): -11146211 or 1961045. OLE color: 1961045.
HSL color Cylindrical-coordinate representation of color #55EC1D: hue angle of 103.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55EC1D is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 29 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.07 |
| HSL | 103.77º | 0.84% | 0.52% | - |
| HSV(B) | 103.77º | 0.88% | 0.93% | - |
| XYZ | 33.96 | 62.01 | 11.34 | - |
| YUV | 167.25 | 49.97 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 29 | 0.64 | 0 | 0.88 | 0.07 | 103.77 | 0.84 | 0.52 |
| Hex | 55 | EC | 1D | 40 | 0 | 58 | 7 | 68 | 54 | 34 |
| Octal | 125 | 354 | 35 | 100 | 0 | 130 | 7 | 150 | 124 | 64 |
| Binary | 1010101 | 11101100 | 11101 | 1000000 | 0 | 1011000 | 111 | 1101000 | 1010100 | 110100 |
Color Harmonies of #55EC1D
Complementary color
Monochromatic Colors of #55EC1D
Black with #55EC1D
Text Example
Text Example
White with #55EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC1D; }
p { color: rgb(85,236,29); }
H1.HeaderClassName
{
color: #55EC1D;
}
.AnyTagClassName
{
color: #55EC1D;
}
</style>
background-color css
<style>
a { background-color: #55EC1D; }
a { background-color: rgb(85,236,29); }
div.DivClassName
{
background-color: #55EC1D;
}
.BgClassName
{
background-color: #55EC1D;
}
</style>
border-color css
<style>
span { border-color: #55EC1D; }
span { border-color: rgb(85,236,29); }
td.TdClassName
{
border-color: #55EC1D;
}
.TagClassName
{
border-color: #55EC1D;
}
</style>