Shades of Bright Green #60FF02
Tints of Bright Green #60FF02
RGB
CMYK
RGB Variations
Color information
#60FF02 (or 0x60FF02) is known color: Bright Green. HEX triplet: 60, FF and 02. RGB value is (96,255,2). Sum of RGB (Red+Green+Blue) = 96+255+2=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60FF02 is #9F00FD. Grayscale: #B3B3B3. Windows color (decimal): -10420478 or 196448. OLE color: 196448.
HSL color Cylindrical-coordinate representation of color #60FF02: hue angle of 97.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60FF02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0 |
| HSL | 97.71º | 1% | 0.5% | - |
| HSV(B) | 97.71º | 0.99% | 1% | - |
| XYZ | 40.59 | 74.01 | 12.2 | - |
| YUV | 178.62 | 28.32 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 2 | 0.62 | 0 | 0.99 | 0 | 97.71 | 1 | 0.5 |
| Hex | 60 | FF | 2 | 3E | 0 | 63 | 0 | 62 | 64 | 32 |
| Octal | 140 | 377 | 2 | 76 | 0 | 143 | 0 | 142 | 144 | 62 |
| Binary | 1100000 | 11111111 | 10 | 111110 | 0 | 1100011 | 0 | 1100010 | 1100100 | 110010 |
Color Harmonies of #60FF02
Complementary color
Monochromatic Colors of #60FF02
Black with #60FF02
Text Example
Text Example
White with #60FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FF02; }
p { color: rgb(96,255,2); }
H1.HeaderClassName
{
color: #60FF02;
}
.AnyTagClassName
{
color: #60FF02;
}
</style>
background-color css
<style>
a { background-color: #60FF02; }
a { background-color: rgb(96,255,2); }
div.DivClassName
{
background-color: #60FF02;
}
.BgClassName
{
background-color: #60FF02;
}
</style>
border-color css
<style>
span { border-color: #60FF02; }
span { border-color: rgb(96,255,2); }
td.TdClassName
{
border-color: #60FF02;
}
.TagClassName
{
border-color: #60FF02;
}
</style>