Shades of Bright Green #62EC1C
Tints of Bright Green #62EC1C
RGB
CMYK
RGB Variations
Color information
#62EC1C (or 0x62EC1C) is known color: Bright Green. HEX triplet: 62, EC and 1C. RGB value is (98,236,28). Sum of RGB (Red+Green+Blue) = 98+236+28=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #62EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #62EC1C is #9D13E3. Grayscale: #ABABAB. Windows color (decimal): -10294244 or 1895522. OLE color: 1895522.
HSL color Cylindrical-coordinate representation of color #62EC1C: hue angle of 99.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62EC1C is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 236 | 28 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.07 |
| HSL | 99.81º | 0.85% | 0.52% | - |
| HSV(B) | 99.81º | 0.88% | 0.93% | - |
| XYZ | 35.24 | 62.67 | 11.34 | - |
| YUV | 171.03 | 47.28 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 236 | 28 | 0.58 | 0 | 0.88 | 0.07 | 99.81 | 0.85 | 0.52 |
| Hex | 62 | EC | 1C | 3A | 0 | 58 | 7 | 64 | 55 | 34 |
| Octal | 142 | 354 | 34 | 72 | 0 | 130 | 7 | 144 | 125 | 64 |
| Binary | 1100010 | 11101100 | 11100 | 111010 | 0 | 1011000 | 111 | 1100100 | 1010101 | 110100 |
Color Harmonies of #62EC1C
Complementary color
Monochromatic Colors of #62EC1C
Black with #62EC1C
Text Example
Text Example
White with #62EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EC1C; }
p { color: rgb(98,236,28); }
H1.HeaderClassName
{
color: #62EC1C;
}
.AnyTagClassName
{
color: #62EC1C;
}
</style>
background-color css
<style>
a { background-color: #62EC1C; }
a { background-color: rgb(98,236,28); }
div.DivClassName
{
background-color: #62EC1C;
}
.BgClassName
{
background-color: #62EC1C;
}
</style>
border-color css
<style>
span { border-color: #62EC1C; }
span { border-color: rgb(98,236,28); }
td.TdClassName
{
border-color: #62EC1C;
}
.TagClassName
{
border-color: #62EC1C;
}
</style>