Shades of Bright Green #62FA2A
Tints of Bright Green #62FA2A
RGB
CMYK
RGB Variations
Color information
#62FA2A (or 0x62FA2A) is known color: Bright Green. HEX triplet: 62, FA and 2A. RGB value is (98,250,42). Sum of RGB (Red+Green+Blue) = 98+250+42=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #62FA2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #62FA2A is #9D05D5. Grayscale: #B5B5B5. Windows color (decimal): -10290646 or 2816610. OLE color: 2816610.
HSL color Cylindrical-coordinate representation of color #62FA2A: hue angle of 103.85º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62FA2A is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 250 | 42 | - |
| CMYK | 0.61 | 0 | 0.83 | 0.02 |
| HSL | 103.85º | 0.95% | 0.57% | - |
| HSV(B) | 103.85º | 0.83% | 0.98% | - |
| XYZ | 39.64 | 71.14 | 13.83 | - |
| YUV | 180.84 | 49.64 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 250 | 42 | 0.61 | 0 | 0.83 | 0.02 | 103.85 | 0.95 | 0.57 |
| Hex | 62 | FA | 2A | 3D | 0 | 53 | 2 | 68 | 5F | 39 |
| Octal | 142 | 372 | 52 | 75 | 0 | 123 | 2 | 150 | 137 | 71 |
| Binary | 1100010 | 11111010 | 101010 | 111101 | 0 | 1010011 | 10 | 1101000 | 1011111 | 111001 |
Color Harmonies of #62FA2A
Complementary color
Monochromatic Colors of #62FA2A
Black with #62FA2A
Text Example
Text Example
White with #62FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FA2A; }
p { color: rgb(98,250,42); }
H1.HeaderClassName
{
color: #62FA2A;
}
.AnyTagClassName
{
color: #62FA2A;
}
</style>
background-color css
<style>
a { background-color: #62FA2A; }
a { background-color: rgb(98,250,42); }
div.DivClassName
{
background-color: #62FA2A;
}
.BgClassName
{
background-color: #62FA2A;
}
</style>
border-color css
<style>
span { border-color: #62FA2A; }
span { border-color: rgb(98,250,42); }
td.TdClassName
{
border-color: #62FA2A;
}
.TagClassName
{
border-color: #62FA2A;
}
</style>