Shades of Bright Green #62FB1C
Tints of Bright Green #62FB1C
RGB
CMYK
RGB Variations
Color information
#62FB1C (or 0x62FB1C) is known color: Bright Green. HEX triplet: 62, FB and 1C. RGB value is (98,251,28). Sum of RGB (Red+Green+Blue) = 98+251+28=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #62FB1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #62FB1C is #9D04E3. Grayscale: #B4B4B4. Windows color (decimal): -10290404 or 1899362. OLE color: 1899362.
HSL color Cylindrical-coordinate representation of color #62FB1C: hue angle of 101.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62FB1C is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 251 | 28 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.02 |
| HSL | 101.17º | 0.97% | 0.55% | - |
| HSV(B) | 101.17º | 0.89% | 0.98% | - |
| XYZ | 39.74 | 71.67 | 12.84 | - |
| YUV | 179.83 | 42.31 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 251 | 28 | 0.61 | 0 | 0.89 | 0.02 | 101.17 | 0.97 | 0.55 |
| Hex | 62 | FB | 1C | 3D | 0 | 59 | 2 | 65 | 61 | 37 |
| Octal | 142 | 373 | 34 | 75 | 0 | 131 | 2 | 145 | 141 | 67 |
| Binary | 1100010 | 11111011 | 11100 | 111101 | 0 | 1011001 | 10 | 1100101 | 1100001 | 110111 |
Color Harmonies of #62FB1C
Complementary color
Monochromatic Colors of #62FB1C
Black with #62FB1C
Text Example
Text Example
White with #62FB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FB1C; }
p { color: rgb(98,251,28); }
H1.HeaderClassName
{
color: #62FB1C;
}
.AnyTagClassName
{
color: #62FB1C;
}
</style>
background-color css
<style>
a { background-color: #62FB1C; }
a { background-color: rgb(98,251,28); }
div.DivClassName
{
background-color: #62FB1C;
}
.BgClassName
{
background-color: #62FB1C;
}
</style>
border-color css
<style>
span { border-color: #62FB1C; }
span { border-color: rgb(98,251,28); }
td.TdClassName
{
border-color: #62FB1C;
}
.TagClassName
{
border-color: #62FB1C;
}
</style>