Shades of Bright Green #62E80B
Tints of Bright Green #62E80B
RGB
CMYK
RGB Variations
Color information
#62E80B (or 0x62E80B) is known color: Bright Green. HEX triplet: 62, E8 and 0B. RGB value is (98,232,11). Sum of RGB (Red+Green+Blue) = 98+232+11=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 232 (91.02% from 255 or 68.04% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 232 - color contains mainly: green. Hex color #62E80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62E80B is #9D17F4. Grayscale: #A7A7A7. Windows color (decimal): -10295285 or 780386. OLE color: 780386.
HSL color Cylindrical-coordinate representation of color #62E80B: hue angle of 96.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62E80B is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 232 | 11 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.09 |
| HSL | 96.38º | 0.91% | 0.48% | - |
| HSV(B) | 96.38º | 0.95% | 0.91% | - |
| XYZ | 33.95 | 60.33 | 10.17 | - |
| YUV | 166.74 | 40.11 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 232 | 11 | 0.58 | 0 | 0.95 | 0.09 | 96.38 | 0.91 | 0.48 |
| Hex | 62 | E8 | B | 3A | 0 | 5F | 9 | 60 | 5B | 30 |
| Octal | 142 | 350 | 13 | 72 | 0 | 137 | 11 | 140 | 133 | 60 |
| Binary | 1100010 | 11101000 | 1011 | 111010 | 0 | 1011111 | 1001 | 1100000 | 1011011 | 110000 |
Color Harmonies of #62E80B
Complementary color
Monochromatic Colors of #62E80B
Black with #62E80B
Text Example
Text Example
White with #62E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E80B; }
p { color: rgb(98,232,11); }
H1.HeaderClassName
{
color: #62E80B;
}
.AnyTagClassName
{
color: #62E80B;
}
</style>
background-color css
<style>
a { background-color: #62E80B; }
a { background-color: rgb(98,232,11); }
div.DivClassName
{
background-color: #62E80B;
}
.BgClassName
{
background-color: #62E80B;
}
</style>
border-color css
<style>
span { border-color: #62E80B; }
span { border-color: rgb(98,232,11); }
td.TdClassName
{
border-color: #62E80B;
}
.TagClassName
{
border-color: #62E80B;
}
</style>