Shades of Bright Green #55EA1B
Tints of Bright Green #55EA1B
RGB
CMYK
RGB Variations
Color information
#55EA1B (or 0x55EA1B) is known color: Bright Green. HEX triplet: 55, EA and 1B. RGB value is (85,234,27). Sum of RGB (Red+Green+Blue) = 85+234+27=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #55EA1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EA1B is #AA15E4. Grayscale: #A6A6A6. Windows color (decimal): -11146725 or 1829461. OLE color: 1829461.
HSL color Cylindrical-coordinate representation of color #55EA1B: hue angle of 103.19º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55EA1B is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 234 | 27 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.08 |
| HSL | 103.19º | 0.83% | 0.51% | - |
| HSV(B) | 103.19º | 0.88% | 0.92% | - |
| XYZ | 33.37 | 60.86 | 11.02 | - |
| YUV | 165.85 | 49.64 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 234 | 27 | 0.64 | 0 | 0.88 | 0.08 | 103.19 | 0.83 | 0.51 |
| Hex | 55 | EA | 1B | 40 | 0 | 58 | 8 | 67 | 53 | 33 |
| Octal | 125 | 352 | 33 | 100 | 0 | 130 | 10 | 147 | 123 | 63 |
| Binary | 1010101 | 11101010 | 11011 | 1000000 | 0 | 1011000 | 1000 | 1100111 | 1010011 | 110011 |
Color Harmonies of #55EA1B
Complementary color
Monochromatic Colors of #55EA1B
Black with #55EA1B
Text Example
Text Example
White with #55EA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EA1B; }
p { color: rgb(85,234,27); }
H1.HeaderClassName
{
color: #55EA1B;
}
.AnyTagClassName
{
color: #55EA1B;
}
</style>
background-color css
<style>
a { background-color: #55EA1B; }
a { background-color: rgb(85,234,27); }
div.DivClassName
{
background-color: #55EA1B;
}
.BgClassName
{
background-color: #55EA1B;
}
</style>
border-color css
<style>
span { border-color: #55EA1B; }
span { border-color: rgb(85,234,27); }
td.TdClassName
{
border-color: #55EA1B;
}
.TagClassName
{
border-color: #55EA1B;
}
</style>