Shades of Bright Green #62EE0D
Tints of Bright Green #62EE0D
RGB
CMYK
RGB Variations
Color information
#62EE0D (or 0x62EE0D) is known color: Bright Green. HEX triplet: 62, EE and 0D. RGB value is (98,238,13). Sum of RGB (Red+Green+Blue) = 98+238+13=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 238 (93.36% from 255 or 68.19% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 238 - color contains mainly: green. Hex color #62EE0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62EE0D is #9D11F2. Grayscale: #ABABAB. Windows color (decimal): -10293747 or 912994. OLE color: 912994.
HSL color Cylindrical-coordinate representation of color #62EE0D: hue angle of 97.33º 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 #62EE0D is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 238 | 13 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.07 |
| HSL | 97.33º | 0.9% | 0.49% | - |
| HSV(B) | 97.33º | 0.95% | 0.93% | - |
| XYZ | 35.68 | 63.77 | 10.81 | - |
| YUV | 170.49 | 39.12 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 238 | 13 | 0.59 | 0 | 0.95 | 0.07 | 97.33 | 0.9 | 0.49 |
| Hex | 62 | EE | D | 3B | 0 | 5F | 7 | 61 | 5A | 31 |
| Octal | 142 | 356 | 15 | 73 | 0 | 137 | 7 | 141 | 132 | 61 |
| Binary | 1100010 | 11101110 | 1101 | 111011 | 0 | 1011111 | 111 | 1100001 | 1011010 | 110001 |
Color Harmonies of #62EE0D
Complementary color
Monochromatic Colors of #62EE0D
Black with #62EE0D
Text Example
Text Example
White with #62EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EE0D; }
p { color: rgb(98,238,13); }
H1.HeaderClassName
{
color: #62EE0D;
}
.AnyTagClassName
{
color: #62EE0D;
}
</style>
background-color css
<style>
a { background-color: #62EE0D; }
a { background-color: rgb(98,238,13); }
div.DivClassName
{
background-color: #62EE0D;
}
.BgClassName
{
background-color: #62EE0D;
}
</style>
border-color css
<style>
span { border-color: #62EE0D; }
span { border-color: rgb(98,238,13); }
td.TdClassName
{
border-color: #62EE0D;
}
.TagClassName
{
border-color: #62EE0D;
}
</style>