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