Shades of Bright Green #62E320
Tints of Bright Green #62E320
RGB
CMYK
RGB Variations
Color information
#62E320 (or 0x62E320) is known color: Bright Green. HEX triplet: 62, E3 and 20. RGB value is (98,227,32). Sum of RGB (Red+Green+Blue) = 98+227+32=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 227 (89.06% from 255 or 63.59% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 227 - color contains mainly: green. Hex color #62E320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62E320 is #9D1CDF. Grayscale: #A6A6A6. Windows color (decimal): -10296544 or 2155362. OLE color: 2155362.
HSL color Cylindrical-coordinate representation of color #62E320: hue angle of 99.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62E320 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 227 | 32 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.11 |
| HSL | 99.69º | 0.78% | 0.51% | - |
| HSV(B) | 99.69º | 0.86% | 0.89% | - |
| XYZ | 32.77 | 57.64 | 10.76 | - |
| YUV | 166.2 | 52.26 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 227 | 32 | 0.57 | 0 | 0.86 | 0.11 | 99.69 | 0.78 | 0.51 |
| Hex | 62 | E3 | 20 | 39 | 0 | 56 | B | 64 | 4E | 33 |
| Octal | 142 | 343 | 40 | 71 | 0 | 126 | 13 | 144 | 116 | 63 |
| Binary | 1100010 | 11100011 | 100000 | 111001 | 0 | 1010110 | 1011 | 1100100 | 1001110 | 110011 |
Color Harmonies of #62E320
Complementary color
Monochromatic Colors of #62E320
Black with #62E320
Text Example
Text Example
White with #62E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E320; }
p { color: rgb(98,227,32); }
H1.HeaderClassName
{
color: #62E320;
}
.AnyTagClassName
{
color: #62E320;
}
</style>
background-color css
<style>
a { background-color: #62E320; }
a { background-color: rgb(98,227,32); }
div.DivClassName
{
background-color: #62E320;
}
.BgClassName
{
background-color: #62E320;
}
</style>
border-color css
<style>
span { border-color: #62E320; }
span { border-color: rgb(98,227,32); }
td.TdClassName
{
border-color: #62E320;
}
.TagClassName
{
border-color: #62E320;
}
</style>