Shades of Bright Green #60FF00
Tints of Bright Green #60FF00
RGB
CMYK
RGB Variations
Color information
#60FF00 (or 0x60FF00) is known color: Bright Green. HEX triplet: 60, FF and 00. RGB value is (96,255,0). Sum of RGB (Red+Green+Blue) = 96+255+0=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60FF00 is #9F00FF. Grayscale: #B3B3B3. Windows color (decimal): -10420480 or 65376. OLE color: 65376.
HSL color Cylindrical-coordinate representation of color #60FF00: hue angle of 97.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60FF00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 0 | - |
| CMYK | 0.62 | 0 | 1 | 0 |
| HSL | 97.41º | 1% | 0.5% | - |
| HSV(B) | 97.41º | 1% | 1% | - |
| XYZ | 40.58 | 74.01 | 12.15 | - |
| YUV | 178.39 | 27.32 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 0 | 0.62 | 0 | 1 | 0 | 97.41 | 1 | 0.5 |
| Hex | 60 | FF | 0 | 3E | 0 | 64 | 0 | 61 | 64 | 32 |
| Octal | 140 | 377 | 0 | 76 | 0 | 144 | 0 | 141 | 144 | 62 |
| Binary | 1100000 | 11111111 | 0 | 111110 | 0 | 1100100 | 0 | 1100001 | 1100100 | 110010 |
Color Harmonies of #60FF00
Complementary color
Monochromatic Colors of #60FF00
Black with #60FF00
Text Example
Text Example
White with #60FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FF00; }
p { color: rgb(96,255,0); }
H1.HeaderClassName
{
color: #60FF00;
}
.AnyTagClassName
{
color: #60FF00;
}
</style>
background-color css
<style>
a { background-color: #60FF00; }
a { background-color: rgb(96,255,0); }
div.DivClassName
{
background-color: #60FF00;
}
.BgClassName
{
background-color: #60FF00;
}
</style>
border-color css
<style>
span { border-color: #60FF00; }
span { border-color: rgb(96,255,0); }
td.TdClassName
{
border-color: #60FF00;
}
.TagClassName
{
border-color: #60FF00;
}
</style>