Shades of Bright Green #60E602
Tints of Bright Green #60E602
RGB
CMYK
RGB Variations
Color information
#60E602 (or 0x60E602) is known color: Bright Green. HEX triplet: 60, E6 and 02. RGB value is (96,230,2). Sum of RGB (Red+Green+Blue) = 96+230+2=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 230 (90.23% from 255 or 70.12% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 230 - color contains mainly: green. Hex color #60E602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60E602 is #9F19FD. Grayscale: #A4A4A4. Windows color (decimal): -10426878 or 190048. OLE color: 190048.
HSL color Cylindrical-coordinate representation of color #60E602: hue angle of 95.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60E602 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.10 |
| HSL | 95.26º | 0.98% | 0.45% | - |
| HSV(B) | 95.26º | 0.99% | 0.9% | - |
| XYZ | 33.13 | 59.08 | 9.72 | - |
| YUV | 163.94 | 36.61 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 2 | 0.58 | 0 | 0.99 | 0.10 | 95.26 | 0.98 | 0.45 |
| Hex | 60 | E6 | 2 | 3A | 0 | 63 | A | 5F | 62 | 2D |
| Octal | 140 | 346 | 2 | 72 | 0 | 143 | 12 | 137 | 142 | 55 |
| Binary | 1100000 | 11100110 | 10 | 111010 | 0 | 1100011 | 1010 | 1011111 | 1100010 | 101101 |
Color Harmonies of #60E602
Complementary color
Monochromatic Colors of #60E602
Black with #60E602
Text Example
Text Example
White with #60E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E602; }
p { color: rgb(96,230,2); }
H1.HeaderClassName
{
color: #60E602;
}
.AnyTagClassName
{
color: #60E602;
}
</style>
background-color css
<style>
a { background-color: #60E602; }
a { background-color: rgb(96,230,2); }
div.DivClassName
{
background-color: #60E602;
}
.BgClassName
{
background-color: #60E602;
}
</style>
border-color css
<style>
span { border-color: #60E602; }
span { border-color: rgb(96,230,2); }
td.TdClassName
{
border-color: #60E602;
}
.TagClassName
{
border-color: #60E602;
}
</style>