Shades of Bright Green #60EC12
Tints of Bright Green #60EC12
RGB
CMYK
RGB Variations
Color information
#60EC12 (or 0x60EC12) is known color: Bright Green. HEX triplet: 60, EC and 12. RGB value is (96,236,18). Sum of RGB (Red+Green+Blue) = 96+236+18=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 236 (92.58% from 255 or 67.43% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 236 - color contains mainly: green. Hex color #60EC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60EC12 is #9F13ED. Grayscale: #AAAAAA. Windows color (decimal): -10425326 or 1240160. OLE color: 1240160.
HSL color Cylindrical-coordinate representation of color #60EC12: hue angle of 98.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60EC12 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 236 | 18 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.07 |
| HSL | 98.53º | 0.86% | 0.5% | - |
| HSV(B) | 98.53º | 0.92% | 0.93% | - |
| XYZ | 34.93 | 62.52 | 10.8 | - |
| YUV | 169.29 | 42.62 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 236 | 18 | 0.59 | 0 | 0.92 | 0.07 | 98.53 | 0.86 | 0.5 |
| Hex | 60 | EC | 12 | 3B | 0 | 5C | 7 | 63 | 56 | 32 |
| Octal | 140 | 354 | 22 | 73 | 0 | 134 | 7 | 143 | 126 | 62 |
| Binary | 1100000 | 11101100 | 10010 | 111011 | 0 | 1011100 | 111 | 1100011 | 1010110 | 110010 |
Color Harmonies of #60EC12
Complementary color
Monochromatic Colors of #60EC12
Black with #60EC12
Text Example
Text Example
White with #60EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EC12; }
p { color: rgb(96,236,18); }
H1.HeaderClassName
{
color: #60EC12;
}
.AnyTagClassName
{
color: #60EC12;
}
</style>
background-color css
<style>
a { background-color: #60EC12; }
a { background-color: rgb(96,236,18); }
div.DivClassName
{
background-color: #60EC12;
}
.BgClassName
{
background-color: #60EC12;
}
</style>
border-color css
<style>
span { border-color: #60EC12; }
span { border-color: rgb(96,236,18); }
td.TdClassName
{
border-color: #60EC12;
}
.TagClassName
{
border-color: #60EC12;
}
</style>