Shades of Bright Green #62EC14
Tints of Bright Green #62EC14
RGB
CMYK
RGB Variations
Color information
#62EC14 (or 0x62EC14) is known color: Bright Green. HEX triplet: 62, EC and 14. RGB value is (98,236,20). Sum of RGB (Red+Green+Blue) = 98+236+20=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #62EC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62EC14 is #9D13EB. Grayscale: #AAAAAA. Windows color (decimal): -10294252 or 1371234. OLE color: 1371234.
HSL color Cylindrical-coordinate representation of color #62EC14: hue angle of 98.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62EC14 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 20 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.07 |
| HSL | 98.33º | 0.85% | 0.5% | - |
| HSV(B) | 98.33º | 0.92% | 0.93% | - |
| XYZ | 35.16 | 62.64 | 10.9 | - |
| YUV | 170.11 | 43.28 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 20 | 0.58 | 0 | 0.92 | 0.07 | 98.33 | 0.85 | 0.5 |
| Hex | 62 | EC | 14 | 3A | 0 | 5C | 7 | 62 | 55 | 32 |
| Octal | 142 | 354 | 24 | 72 | 0 | 134 | 7 | 142 | 125 | 62 |
| Binary | 1100010 | 11101100 | 10100 | 111010 | 0 | 1011100 | 111 | 1100010 | 1010101 | 110010 |
Color Harmonies of #62EC14
Complementary color
Monochromatic Colors of #62EC14
Black with #62EC14
Text Example
Text Example
White with #62EC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EC14; }
p { color: rgb(98,236,20); }
H1.HeaderClassName
{
color: #62EC14;
}
.AnyTagClassName
{
color: #62EC14;
}
</style>
background-color css
<style>
a { background-color: #62EC14; }
a { background-color: rgb(98,236,20); }
div.DivClassName
{
background-color: #62EC14;
}
.BgClassName
{
background-color: #62EC14;
}
</style>
border-color css
<style>
span { border-color: #62EC14; }
span { border-color: rgb(98,236,20); }
td.TdClassName
{
border-color: #62EC14;
}
.TagClassName
{
border-color: #62EC14;
}
</style>