Shades of Bright Green #62ED1D
Tints of Bright Green #62ED1D
RGB
CMYK
RGB Variations
Color information
#62ED1D (or 0x62ED1D) is known color: Bright Green. HEX triplet: 62, ED and 1D. RGB value is (98,237,29). Sum of RGB (Red+Green+Blue) = 98+237+29=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 237 (92.97% from 255 or 65.11% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 237 - color contains mainly: green. Hex color #62ED1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #62ED1D is #9D12E2. Grayscale: #ACACAC. Windows color (decimal): -10293987 or 1961314. OLE color: 1961314.
HSL color Cylindrical-coordinate representation of color #62ED1D: hue angle of 100.1º 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 #62ED1D is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 237 | 29 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.07 |
| HSL | 100.1º | 0.85% | 0.52% | - |
| HSV(B) | 100.1º | 0.88% | 0.93% | - |
| XYZ | 35.54 | 63.25 | 11.5 | - |
| YUV | 171.73 | 47.45 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 29 | 0.59 | 0 | 0.88 | 0.07 | 100.1 | 0.85 | 0.52 |
| Hex | 62 | ED | 1D | 3B | 0 | 58 | 7 | 64 | 55 | 34 |
| Octal | 142 | 355 | 35 | 73 | 0 | 130 | 7 | 144 | 125 | 64 |
| Binary | 1100010 | 11101101 | 11101 | 111011 | 0 | 1011000 | 111 | 1100100 | 1010101 | 110100 |
Color Harmonies of #62ED1D
Complementary color
Monochromatic Colors of #62ED1D
Black with #62ED1D
Text Example
Text Example
White with #62ED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ED1D; }
p { color: rgb(98,237,29); }
H1.HeaderClassName
{
color: #62ED1D;
}
.AnyTagClassName
{
color: #62ED1D;
}
</style>
background-color css
<style>
a { background-color: #62ED1D; }
a { background-color: rgb(98,237,29); }
div.DivClassName
{
background-color: #62ED1D;
}
.BgClassName
{
background-color: #62ED1D;
}
</style>
border-color css
<style>
span { border-color: #62ED1D; }
span { border-color: rgb(98,237,29); }
td.TdClassName
{
border-color: #62ED1D;
}
.TagClassName
{
border-color: #62ED1D;
}
</style>