Shades of Bright Green #60EA04
Tints of Bright Green #60EA04
RGB
CMYK
RGB Variations
Color information
#60EA04 (or 0x60EA04) is known color: Bright Green. HEX triplet: 60, EA and 04. RGB value is (96,234,4). Sum of RGB (Red+Green+Blue) = 96+234+4=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #60EA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60EA04 is #9F15FB. Grayscale: #A7A7A7. Windows color (decimal): -10425852 or 322144. OLE color: 322144.
HSL color Cylindrical-coordinate representation of color #60EA04: hue angle of 96º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60EA04 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.08 |
| HSL | 96º | 0.97% | 0.47% | - |
| HSV(B) | 96º | 0.98% | 0.92% | - |
| XYZ | 34.27 | 61.34 | 10.15 | - |
| YUV | 166.52 | 36.28 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 4 | 0.59 | 0 | 0.98 | 0.08 | 96 | 0.97 | 0.47 |
| Hex | 60 | EA | 4 | 3B | 0 | 62 | 8 | 60 | 61 | 2F |
| Octal | 140 | 352 | 4 | 73 | 0 | 142 | 10 | 140 | 141 | 57 |
| Binary | 1100000 | 11101010 | 100 | 111011 | 0 | 1100010 | 1000 | 1100000 | 1100001 | 101111 |
Color Harmonies of #60EA04
Complementary color
Monochromatic Colors of #60EA04
Black with #60EA04
Text Example
Text Example
White with #60EA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EA04; }
p { color: rgb(96,234,4); }
H1.HeaderClassName
{
color: #60EA04;
}
.AnyTagClassName
{
color: #60EA04;
}
</style>
background-color css
<style>
a { background-color: #60EA04; }
a { background-color: rgb(96,234,4); }
div.DivClassName
{
background-color: #60EA04;
}
.BgClassName
{
background-color: #60EA04;
}
</style>
border-color css
<style>
span { border-color: #60EA04; }
span { border-color: rgb(96,234,4); }
td.TdClassName
{
border-color: #60EA04;
}
.TagClassName
{
border-color: #60EA04;
}
</style>