Shades of Bright Green #60FE2A
Tints of Bright Green #60FE2A
RGB
CMYK
RGB Variations
Color information
#60FE2A (or 0x60FE2A) is known color: Bright Green. HEX triplet: 60, FE and 2A. RGB value is (96,254,42). Sum of RGB (Red+Green+Blue) = 96+254+42=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #60FE2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60FE2A is #9F01D5. Grayscale: #B7B7B7. Windows color (decimal): -10420694 or 2817632. OLE color: 2817632.
HSL color Cylindrical-coordinate representation of color #60FE2A: hue angle of 104.72º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60FE2A is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 42 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.00 |
| HSL | 104.72º | 0.99% | 0.58% | - |
| HSV(B) | 104.72º | 0.83% | 1% | - |
| XYZ | 40.68 | 73.54 | 14.24 | - |
| YUV | 182.59 | 48.65 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 42 | 0.62 | 0 | 0.83 | 0.00 | 104.72 | 0.99 | 0.58 |
| Hex | 60 | FE | 2A | 3E | 0 | 53 | 0 | 69 | 63 | 3A |
| Octal | 140 | 376 | 52 | 76 | 0 | 123 | 0 | 151 | 143 | 72 |
| Binary | 1100000 | 11111110 | 101010 | 111110 | 0 | 1010011 | 0 | 1101001 | 1100011 | 111010 |
Color Harmonies of #60FE2A
Complementary color
Monochromatic Colors of #60FE2A
Black with #60FE2A
Text Example
Text Example
White with #60FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FE2A; }
p { color: rgb(96,254,42); }
H1.HeaderClassName
{
color: #60FE2A;
}
.AnyTagClassName
{
color: #60FE2A;
}
</style>
background-color css
<style>
a { background-color: #60FE2A; }
a { background-color: rgb(96,254,42); }
div.DivClassName
{
background-color: #60FE2A;
}
.BgClassName
{
background-color: #60FE2A;
}
</style>
border-color css
<style>
span { border-color: #60FE2A; }
span { border-color: rgb(96,254,42); }
td.TdClassName
{
border-color: #60FE2A;
}
.TagClassName
{
border-color: #60FE2A;
}
</style>