Shades of Bright Green #55E602
Tints of Bright Green #55E602
RGB
CMYK
RGB Variations
Color information
#55E602 (or 0x55E602) is known color: Bright Green. HEX triplet: 55, E6 and 02. RGB value is (85,230,2). Sum of RGB (Red+Green+Blue) = 85+230+2=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 230 (90.23% from 255 or 72.56% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 230 - color contains mainly: green. Hex color #55E602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55E602 is #AA19FD. Grayscale: #A1A1A1. Windows color (decimal): -11147774 or 190037. OLE color: 190037.
HSL color Cylindrical-coordinate representation of color #55E602: hue angle of 98.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55E602 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 230 | 2 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.10 |
| HSL | 98.16º | 0.98% | 0.45% | - |
| HSV(B) | 98.16º | 0.99% | 0.9% | - |
| XYZ | 32.05 | 58.53 | 9.67 | - |
| YUV | 160.65 | 38.46 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 230 | 2 | 0.63 | 0 | 0.99 | 0.10 | 98.16 | 0.98 | 0.45 |
| Hex | 55 | E6 | 2 | 3F | 0 | 63 | A | 62 | 62 | 2D |
| Octal | 125 | 346 | 2 | 77 | 0 | 143 | 12 | 142 | 142 | 55 |
| Binary | 1010101 | 11100110 | 10 | 111111 | 0 | 1100011 | 1010 | 1100010 | 1100010 | 101101 |
Color Harmonies of #55E602
Complementary color
Monochromatic Colors of #55E602
Black with #55E602
Text Example
Text Example
White with #55E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E602; }
p { color: rgb(85,230,2); }
H1.HeaderClassName
{
color: #55E602;
}
.AnyTagClassName
{
color: #55E602;
}
</style>
background-color css
<style>
a { background-color: #55E602; }
a { background-color: rgb(85,230,2); }
div.DivClassName
{
background-color: #55E602;
}
.BgClassName
{
background-color: #55E602;
}
</style>
border-color css
<style>
span { border-color: #55E602; }
span { border-color: rgb(85,230,2); }
td.TdClassName
{
border-color: #55E602;
}
.TagClassName
{
border-color: #55E602;
}
</style>