Shades of Bright Green #60E014
Tints of Bright Green #60E014
RGB
CMYK
RGB Variations
Color information
#60E014 (or 0x60E014) is known color: Bright Green. HEX triplet: 60, E0 and 14. RGB value is (96,224,20). Sum of RGB (Red+Green+Blue) = 96+224+20=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #60E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60E014 is #9F1FEB. Grayscale: #A3A3A3. Windows color (decimal): -10428396 or 1368160. OLE color: 1368160.
HSL color Cylindrical-coordinate representation of color #60E014: hue angle of 97.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60E014 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 20 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.12 |
| HSL | 97.65º | 0.84% | 0.48% | - |
| HSV(B) | 97.65º | 0.91% | 0.88% | - |
| XYZ | 31.61 | 55.85 | 9.78 | - |
| YUV | 162.47 | 47.59 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 20 | 0.57 | 0 | 0.91 | 0.12 | 97.65 | 0.84 | 0.48 |
| Hex | 60 | E0 | 14 | 39 | 0 | 5B | C | 62 | 54 | 30 |
| Octal | 140 | 340 | 24 | 71 | 0 | 133 | 14 | 142 | 124 | 60 |
| Binary | 1100000 | 11100000 | 10100 | 111001 | 0 | 1011011 | 1100 | 1100010 | 1010100 | 110000 |
Color Harmonies of #60E014
Complementary color
Monochromatic Colors of #60E014
Black with #60E014
Text Example
Text Example
White with #60E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E014; }
p { color: rgb(96,224,20); }
H1.HeaderClassName
{
color: #60E014;
}
.AnyTagClassName
{
color: #60E014;
}
</style>
background-color css
<style>
a { background-color: #60E014; }
a { background-color: rgb(96,224,20); }
div.DivClassName
{
background-color: #60E014;
}
.BgClassName
{
background-color: #60E014;
}
</style>
border-color css
<style>
span { border-color: #60E014; }
span { border-color: rgb(96,224,20); }
td.TdClassName
{
border-color: #60E014;
}
.TagClassName
{
border-color: #60E014;
}
</style>