Shades of Bright Green #60FA02
Tints of Bright Green #60FA02
RGB
CMYK
RGB Variations
Color information
#60FA02 (or 0x60FA02) is known color: Bright Green. HEX triplet: 60, FA and 02. RGB value is (96,250,2). Sum of RGB (Red+Green+Blue) = 96+250+2=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 250 (98.05% from 255 or 71.84% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 250 - color contains mainly: green. Hex color #60FA02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60FA02 is #9F05FD. Grayscale: #B0B0B0. Windows color (decimal): -10421758 or 195168. OLE color: 195168.
HSL color Cylindrical-coordinate representation of color #60FA02: hue angle of 97.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60FA02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 2 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.02 |
| HSL | 97.26º | 0.98% | 0.49% | - |
| HSV(B) | 97.26º | 0.99% | 0.98% | - |
| XYZ | 39.02 | 70.86 | 11.68 | - |
| YUV | 175.68 | 29.98 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 2 | 0.62 | 0 | 0.99 | 0.02 | 97.26 | 0.98 | 0.49 |
| Hex | 60 | FA | 2 | 3E | 0 | 63 | 2 | 61 | 62 | 31 |
| Octal | 140 | 372 | 2 | 76 | 0 | 143 | 2 | 141 | 142 | 61 |
| Binary | 1100000 | 11111010 | 10 | 111110 | 0 | 1100011 | 10 | 1100001 | 1100010 | 110001 |
Color Harmonies of #60FA02
Complementary color
Monochromatic Colors of #60FA02
Black with #60FA02
Text Example
Text Example
White with #60FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FA02; }
p { color: rgb(96,250,2); }
H1.HeaderClassName
{
color: #60FA02;
}
.AnyTagClassName
{
color: #60FA02;
}
</style>
background-color css
<style>
a { background-color: #60FA02; }
a { background-color: rgb(96,250,2); }
div.DivClassName
{
background-color: #60FA02;
}
.BgClassName
{
background-color: #60FA02;
}
</style>
border-color css
<style>
span { border-color: #60FA02; }
span { border-color: rgb(96,250,2); }
td.TdClassName
{
border-color: #60FA02;
}
.TagClassName
{
border-color: #60FA02;
}
</style>