Shades of Bright Green #60EA14
Tints of Bright Green #60EA14
RGB
CMYK
RGB Variations
Color information
#60EA14 (or 0x60EA14) is known color: Bright Green. HEX triplet: 60, EA and 14. RGB value is (96,234,20). Sum of RGB (Red+Green+Blue) = 96+234+20=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 234 (91.80% from 255 or 66.86% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 234 - color contains mainly: green. Hex color #60EA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60EA14 is #9F15EB. Grayscale: #A9A9A9. Windows color (decimal): -10425836 or 1370720. OLE color: 1370720.
HSL color Cylindrical-coordinate representation of color #60EA14: hue angle of 98.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60EA14 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 234 | 20 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.08 |
| HSL | 98.69º | 0.84% | 0.5% | - |
| HSV(B) | 98.69º | 0.91% | 0.92% | - |
| XYZ | 34.37 | 61.38 | 10.7 | - |
| YUV | 168.34 | 44.28 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 234 | 20 | 0.59 | 0 | 0.91 | 0.08 | 98.69 | 0.84 | 0.5 |
| Hex | 60 | EA | 14 | 3B | 0 | 5B | 8 | 63 | 54 | 32 |
| Octal | 140 | 352 | 24 | 73 | 0 | 133 | 10 | 143 | 124 | 62 |
| Binary | 1100000 | 11101010 | 10100 | 111011 | 0 | 1011011 | 1000 | 1100011 | 1010100 | 110010 |
Color Harmonies of #60EA14
Complementary color
Monochromatic Colors of #60EA14
Black with #60EA14
Text Example
Text Example
White with #60EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EA14; }
p { color: rgb(96,234,20); }
H1.HeaderClassName
{
color: #60EA14;
}
.AnyTagClassName
{
color: #60EA14;
}
</style>
background-color css
<style>
a { background-color: #60EA14; }
a { background-color: rgb(96,234,20); }
div.DivClassName
{
background-color: #60EA14;
}
.BgClassName
{
background-color: #60EA14;
}
</style>
border-color css
<style>
span { border-color: #60EA14; }
span { border-color: rgb(96,234,20); }
td.TdClassName
{
border-color: #60EA14;
}
.TagClassName
{
border-color: #60EA14;
}
</style>