Shades of Bright Green #60E601
Tints of Bright Green #60E601
RGB
CMYK
RGB Variations
Color information
#60E601 (or 0x60E601) is known color: Bright Green. HEX triplet: 60, E6 and 01. RGB value is (96,230,1). Sum of RGB (Red+Green+Blue) = 96+230+1=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 230 (90.23% from 255 or 70.34% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 230 - color contains mainly: green. Hex color #60E601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60E601 is #9F19FE. Grayscale: #A4A4A4. Windows color (decimal): -10426879 or 124512. OLE color: 124512.
HSL color Cylindrical-coordinate representation of color #60E601: hue angle of 95.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60E601 is Cyan = 0.58, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 1 | - |
| CMYK | 0.58 | 0 | 1.00 | 0.10 |
| HSL | 95.11º | 0.99% | 0.45% | - |
| HSV(B) | 95.11º | 1% | 0.9% | - |
| XYZ | 33.13 | 59.08 | 9.69 | - |
| YUV | 163.83 | 36.11 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 1 | 0.58 | 0 | 1.00 | 0.10 | 95.11 | 0.99 | 0.45 |
| Hex | 60 | E6 | 1 | 3A | 0 | 64 | A | 5F | 63 | 2D |
| Octal | 140 | 346 | 1 | 72 | 0 | 144 | 12 | 137 | 143 | 55 |
| Binary | 1100000 | 11100110 | 1 | 111010 | 0 | 1100100 | 1010 | 1011111 | 1100011 | 101101 |
Color Harmonies of #60E601
Complementary color
Monochromatic Colors of #60E601
Black with #60E601
Text Example
Text Example
White with #60E601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E601; }
p { color: rgb(96,230,1); }
H1.HeaderClassName
{
color: #60E601;
}
.AnyTagClassName
{
color: #60E601;
}
</style>
background-color css
<style>
a { background-color: #60E601; }
a { background-color: rgb(96,230,1); }
div.DivClassName
{
background-color: #60E601;
}
.BgClassName
{
background-color: #60E601;
}
</style>
border-color css
<style>
span { border-color: #60E601; }
span { border-color: rgb(96,230,1); }
td.TdClassName
{
border-color: #60E601;
}
.TagClassName
{
border-color: #60E601;
}
</style>