Shades of Bright Green #62EC0C
Tints of Bright Green #62EC0C
RGB
CMYK
RGB Variations
Color information
#62EC0C (or 0x62EC0C) is known color: Bright Green. HEX triplet: 62, EC and 0C. RGB value is (98,236,12). Sum of RGB (Red+Green+Blue) = 98+236+12=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #62EC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62EC0C is #9D13F3. Grayscale: #A9A9A9. Windows color (decimal): -10294260 or 846946. OLE color: 846946.
HSL color Cylindrical-coordinate representation of color #62EC0C: hue angle of 96.96º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62EC0C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.07 |
| HSL | 96.96º | 0.9% | 0.49% | - |
| HSV(B) | 96.96º | 0.95% | 0.93% | - |
| XYZ | 35.1 | 62.61 | 10.58 | - |
| YUV | 169.2 | 39.28 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 12 | 0.58 | 0 | 0.95 | 0.07 | 96.96 | 0.9 | 0.49 |
| Hex | 62 | EC | C | 3A | 0 | 5F | 7 | 61 | 5A | 31 |
| Octal | 142 | 354 | 14 | 72 | 0 | 137 | 7 | 141 | 132 | 61 |
| Binary | 1100010 | 11101100 | 1100 | 111010 | 0 | 1011111 | 111 | 1100001 | 1011010 | 110001 |
Color Harmonies of #62EC0C
Complementary color
Monochromatic Colors of #62EC0C
Black with #62EC0C
Text Example
Text Example
White with #62EC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EC0C; }
p { color: rgb(98,236,12); }
H1.HeaderClassName
{
color: #62EC0C;
}
.AnyTagClassName
{
color: #62EC0C;
}
</style>
background-color css
<style>
a { background-color: #62EC0C; }
a { background-color: rgb(98,236,12); }
div.DivClassName
{
background-color: #62EC0C;
}
.BgClassName
{
background-color: #62EC0C;
}
</style>
border-color css
<style>
span { border-color: #62EC0C; }
span { border-color: rgb(98,236,12); }
td.TdClassName
{
border-color: #62EC0C;
}
.TagClassName
{
border-color: #62EC0C;
}
</style>