Shades of Bright Green #60E115
Tints of Bright Green #60E115
RGB
CMYK
RGB Variations
Color information
#60E115 (or 0x60E115) is known color: Bright Green. HEX triplet: 60, E1 and 15. RGB value is (96,225,21). Sum of RGB (Red+Green+Blue) = 96+225+21=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #60E115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60E115 is #9F1EEA. Grayscale: #A3A3A3. Windows color (decimal): -10428139 or 1433952. OLE color: 1433952.
HSL color Cylindrical-coordinate representation of color #60E115: hue angle of 97.94º degrees, saturation: 0.83, 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 #60E115 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 225 | 21 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.12 |
| HSL | 97.94º | 0.83% | 0.48% | - |
| HSV(B) | 97.94º | 0.91% | 0.88% | - |
| XYZ | 31.88 | 56.39 | 9.91 | - |
| YUV | 163.17 | 47.76 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 225 | 21 | 0.57 | 0 | 0.91 | 0.12 | 97.94 | 0.83 | 0.48 |
| Hex | 60 | E1 | 15 | 39 | 0 | 5B | C | 62 | 53 | 30 |
| Octal | 140 | 341 | 25 | 71 | 0 | 133 | 14 | 142 | 123 | 60 |
| Binary | 1100000 | 11100001 | 10101 | 111001 | 0 | 1011011 | 1100 | 1100010 | 1010011 | 110000 |
Color Harmonies of #60E115
Complementary color
Monochromatic Colors of #60E115
Black with #60E115
Text Example
Text Example
White with #60E115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E115; }
p { color: rgb(96,225,21); }
H1.HeaderClassName
{
color: #60E115;
}
.AnyTagClassName
{
color: #60E115;
}
</style>
background-color css
<style>
a { background-color: #60E115; }
a { background-color: rgb(96,225,21); }
div.DivClassName
{
background-color: #60E115;
}
.BgClassName
{
background-color: #60E115;
}
</style>
border-color css
<style>
span { border-color: #60E115; }
span { border-color: rgb(96,225,21); }
td.TdClassName
{
border-color: #60E115;
}
.TagClassName
{
border-color: #60E115;
}
</style>