Shades of Bright Green #62FF1C
Tints of Bright Green #62FF1C
RGB
CMYK
RGB Variations
Color information
#62FF1C (or 0x62FF1C) is known color: Bright Green. HEX triplet: 62, FF and 1C. RGB value is (98,255,28). Sum of RGB (Red+Green+Blue) = 98+255+28=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #62FF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #62FF1C is #9D00E3. Grayscale: #B6B6B6. Windows color (decimal): -10289380 or 1900386. OLE color: 1900386.
HSL color Cylindrical-coordinate representation of color #62FF1C: hue angle of 101.5º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62FF1C is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 28 | - |
| CMYK | 0.62 | 0 | 0.89 | 0 |
| HSL | 101.5º | 1% | 0.55% | - |
| HSV(B) | 101.5º | 0.89% | 1% | - |
| XYZ | 41.01 | 74.2 | 13.26 | - |
| YUV | 182.18 | 40.99 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 28 | 0.62 | 0 | 0.89 | 0 | 101.5 | 1 | 0.55 |
| Hex | 62 | FF | 1C | 3E | 0 | 59 | 0 | 65 | 64 | 37 |
| Octal | 142 | 377 | 34 | 76 | 0 | 131 | 0 | 145 | 144 | 67 |
| Binary | 1100010 | 11111111 | 11100 | 111110 | 0 | 1011001 | 0 | 1100101 | 1100100 | 110111 |
Color Harmonies of #62FF1C
Complementary color
Monochromatic Colors of #62FF1C
Black with #62FF1C
Text Example
Text Example
White with #62FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FF1C; }
p { color: rgb(98,255,28); }
H1.HeaderClassName
{
color: #62FF1C;
}
.AnyTagClassName
{
color: #62FF1C;
}
</style>
background-color css
<style>
a { background-color: #62FF1C; }
a { background-color: rgb(98,255,28); }
div.DivClassName
{
background-color: #62FF1C;
}
.BgClassName
{
background-color: #62FF1C;
}
</style>
border-color css
<style>
span { border-color: #62FF1C; }
span { border-color: rgb(98,255,28); }
td.TdClassName
{
border-color: #62FF1C;
}
.TagClassName
{
border-color: #62FF1C;
}
</style>