Shades of Bright Green #55EC1F
Tints of Bright Green #55EC1F
RGB
CMYK
RGB Variations
Color information
#55EC1F (or 0x55EC1F) is known color: Bright Green. HEX triplet: 55, EC and 1F. RGB value is (85,236,31). Sum of RGB (Red+Green+Blue) = 85+236+31=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 236 (92.58% from 255 or 67.05% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 236 - color contains mainly: green. Hex color #55EC1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EC1F is #AA13E0. Grayscale: #A8A8A8. Windows color (decimal): -11146209 or 2092117. OLE color: 2092117.
HSL color Cylindrical-coordinate representation of color #55EC1F: hue angle of 104.2º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55EC1F is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 236 | 31 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.07 |
| HSL | 104.2º | 0.84% | 0.52% | - |
| HSV(B) | 104.2º | 0.87% | 0.93% | - |
| XYZ | 33.99 | 62.02 | 11.48 | - |
| YUV | 167.48 | 50.97 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 236 | 31 | 0.64 | 0 | 0.87 | 0.07 | 104.2 | 0.84 | 0.52 |
| Hex | 55 | EC | 1F | 40 | 0 | 57 | 7 | 68 | 54 | 34 |
| Octal | 125 | 354 | 37 | 100 | 0 | 127 | 7 | 150 | 124 | 64 |
| Binary | 1010101 | 11101100 | 11111 | 1000000 | 0 | 1010111 | 111 | 1101000 | 1010100 | 110100 |
Color Harmonies of #55EC1F
Complementary color
Monochromatic Colors of #55EC1F
Black with #55EC1F
Text Example
Text Example
White with #55EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EC1F; }
p { color: rgb(85,236,31); }
H1.HeaderClassName
{
color: #55EC1F;
}
.AnyTagClassName
{
color: #55EC1F;
}
</style>
background-color css
<style>
a { background-color: #55EC1F; }
a { background-color: rgb(85,236,31); }
div.DivClassName
{
background-color: #55EC1F;
}
.BgClassName
{
background-color: #55EC1F;
}
</style>
border-color css
<style>
span { border-color: #55EC1F; }
span { border-color: rgb(85,236,31); }
td.TdClassName
{
border-color: #55EC1F;
}
.TagClassName
{
border-color: #55EC1F;
}
</style>