Shades of Bright Green #60E004
Tints of Bright Green #60E004
RGB
CMYK
RGB Variations
Color information
#60E004 (or 0x60E004) is known color: Bright Green. HEX triplet: 60, E0 and 04. RGB value is (96,224,4). Sum of RGB (Red+Green+Blue) = 96+224+4=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #60E004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60E004 is #9F1FFB. Grayscale: #A1A1A1. Windows color (decimal): -10428412 or 319584. OLE color: 319584.
HSL color Cylindrical-coordinate representation of color #60E004: hue angle of 94.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60E004 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 4 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.12 |
| HSL | 94.91º | 0.96% | 0.45% | - |
| HSV(B) | 94.91º | 0.98% | 0.88% | - |
| XYZ | 31.5 | 55.81 | 9.23 | - |
| YUV | 160.65 | 39.59 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 4 | 0.57 | 0 | 0.98 | 0.12 | 94.91 | 0.96 | 0.45 |
| Hex | 60 | E0 | 4 | 39 | 0 | 62 | C | 5F | 60 | 2D |
| Octal | 140 | 340 | 4 | 71 | 0 | 142 | 14 | 137 | 140 | 55 |
| Binary | 1100000 | 11100000 | 100 | 111001 | 0 | 1100010 | 1100 | 1011111 | 1100000 | 101101 |
Color Harmonies of #60E004
Complementary color
Monochromatic Colors of #60E004
Black with #60E004
Text Example
Text Example
White with #60E004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E004; }
p { color: rgb(96,224,4); }
H1.HeaderClassName
{
color: #60E004;
}
.AnyTagClassName
{
color: #60E004;
}
</style>
background-color css
<style>
a { background-color: #60E004; }
a { background-color: rgb(96,224,4); }
div.DivClassName
{
background-color: #60E004;
}
.BgClassName
{
background-color: #60E004;
}
</style>
border-color css
<style>
span { border-color: #60E004; }
span { border-color: rgb(96,224,4); }
td.TdClassName
{
border-color: #60E004;
}
.TagClassName
{
border-color: #60E004;
}
</style>