Shades of Bright Green #60E001
Tints of Bright Green #60E001
RGB
CMYK
RGB Variations
Color information
#60E001 (or 0x60E001) is known color: Bright Green. HEX triplet: 60, E0 and 01. RGB value is (96,224,1). Sum of RGB (Red+Green+Blue) = 96+224+1=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #60E001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60E001 is #9F1FFE. Grayscale: #A1A1A1. Windows color (decimal): -10428415 or 122976. OLE color: 122976.
HSL color Cylindrical-coordinate representation of color #60E001: hue angle of 94.44º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60E001 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 224 | 1 | - |
| CMYK | 0.57 | 0 | 1.00 | 0.12 |
| HSL | 94.44º | 0.99% | 0.44% | - |
| HSV(B) | 94.44º | 1% | 0.88% | - |
| XYZ | 31.49 | 55.8 | 9.14 | - |
| YUV | 160.31 | 38.09 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 224 | 1 | 0.57 | 0 | 1.00 | 0.12 | 94.44 | 0.99 | 0.44 |
| Hex | 60 | E0 | 1 | 39 | 0 | 64 | C | 5E | 63 | 2C |
| Octal | 140 | 340 | 1 | 71 | 0 | 144 | 14 | 136 | 143 | 54 |
| Binary | 1100000 | 11100000 | 1 | 111001 | 0 | 1100100 | 1100 | 1011110 | 1100011 | 101100 |
Color Harmonies of #60E001
Complementary color
Monochromatic Colors of #60E001
Black with #60E001
Text Example
Text Example
White with #60E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E001; }
p { color: rgb(96,224,1); }
H1.HeaderClassName
{
color: #60E001;
}
.AnyTagClassName
{
color: #60E001;
}
</style>
background-color css
<style>
a { background-color: #60E001; }
a { background-color: rgb(96,224,1); }
div.DivClassName
{
background-color: #60E001;
}
.BgClassName
{
background-color: #60E001;
}
</style>
border-color css
<style>
span { border-color: #60E001; }
span { border-color: rgb(96,224,1); }
td.TdClassName
{
border-color: #60E001;
}
.TagClassName
{
border-color: #60E001;
}
</style>