Shades of Bright Green #62EA0C
Tints of Bright Green #62EA0C
RGB
CMYK
RGB Variations
Color information
#62EA0C (or 0x62EA0C) is known color: Bright Green. HEX triplet: 62, EA and 0C. RGB value is (98,234,12). Sum of RGB (Red+Green+Blue) = 98+234+12=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 234 (91.80% from 255 or 68.02% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 234 - color contains mainly: green. Hex color #62EA0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62EA0C is #9D15F3. Grayscale: #A8A8A8. Windows color (decimal): -10294772 or 846434. OLE color: 846434.
HSL color Cylindrical-coordinate representation of color #62EA0C: hue angle of 96.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62EA0C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 234 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.08 |
| HSL | 96.76º | 0.9% | 0.48% | - |
| HSV(B) | 96.76º | 0.95% | 0.92% | - |
| XYZ | 34.53 | 61.47 | 10.39 | - |
| YUV | 168.03 | 39.94 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 234 | 12 | 0.58 | 0 | 0.95 | 0.08 | 96.76 | 0.9 | 0.48 |
| Hex | 62 | EA | C | 3A | 0 | 5F | 8 | 61 | 5A | 30 |
| Octal | 142 | 352 | 14 | 72 | 0 | 137 | 10 | 141 | 132 | 60 |
| Binary | 1100010 | 11101010 | 1100 | 111010 | 0 | 1011111 | 1000 | 1100001 | 1011010 | 110000 |
Color Harmonies of #62EA0C
Complementary color
Monochromatic Colors of #62EA0C
Black with #62EA0C
Text Example
Text Example
White with #62EA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EA0C; }
p { color: rgb(98,234,12); }
H1.HeaderClassName
{
color: #62EA0C;
}
.AnyTagClassName
{
color: #62EA0C;
}
</style>
background-color css
<style>
a { background-color: #62EA0C; }
a { background-color: rgb(98,234,12); }
div.DivClassName
{
background-color: #62EA0C;
}
.BgClassName
{
background-color: #62EA0C;
}
</style>
border-color css
<style>
span { border-color: #62EA0C; }
span { border-color: rgb(98,234,12); }
td.TdClassName
{
border-color: #62EA0C;
}
.TagClassName
{
border-color: #62EA0C;
}
</style>