Shades of Bright Green #62EC00
Tints of Bright Green #62EC00
RGB
CMYK
RGB Variations
Color information
#62EC00 (or 0x62EC00) is known color: Bright Green. HEX triplet: 62, EC and 00. RGB value is (98,236,0). Sum of RGB (Red+Green+Blue) = 98+236+0=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #62EC00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62EC00 is #9D13FF. Grayscale: #A8A8A8. Windows color (decimal): -10294272 or 60514. OLE color: 60514.
HSL color Cylindrical-coordinate representation of color #62EC00: hue angle of 95.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62EC00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.07 |
| HSL | 95.08º | 1% | 0.46% | - |
| HSV(B) | 95.08º | 1% | 0.93% | - |
| XYZ | 35.03 | 62.59 | 10.23 | - |
| YUV | 167.83 | 33.28 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 0 | 0.58 | 0 | 1 | 0.07 | 95.08 | 1 | 0.46 |
| Hex | 62 | EC | 0 | 3A | 0 | 64 | 7 | 5F | 64 | 2E |
| Octal | 142 | 354 | 0 | 72 | 0 | 144 | 7 | 137 | 144 | 56 |
| Binary | 1100010 | 11101100 | 0 | 111010 | 0 | 1100100 | 111 | 1011111 | 1100100 | 101110 |
Color Harmonies of #62EC00
Complementary color
Monochromatic Colors of #62EC00
Black with #62EC00
Text Example
Text Example
White with #62EC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EC00; }
p { color: rgb(98,236,0); }
H1.HeaderClassName
{
color: #62EC00;
}
.AnyTagClassName
{
color: #62EC00;
}
</style>
background-color css
<style>
a { background-color: #62EC00; }
a { background-color: rgb(98,236,0); }
div.DivClassName
{
background-color: #62EC00;
}
.BgClassName
{
background-color: #62EC00;
}
</style>
border-color css
<style>
span { border-color: #62EC00; }
span { border-color: rgb(98,236,0); }
td.TdClassName
{
border-color: #62EC00;
}
.TagClassName
{
border-color: #62EC00;
}
</style>