Shades of Bright Green #60F702
Tints of Bright Green #60F702
RGB
CMYK
RGB Variations
Color information
#60F702 (or 0x60F702) is known color: Bright Green. HEX triplet: 60, F7 and 02. RGB value is (96,247,2). Sum of RGB (Red+Green+Blue) = 96+247+2=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #60F702 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F702 is #9F08FD. Grayscale: #AEAEAE. Windows color (decimal): -10422526 or 194400. OLE color: 194400.
HSL color Cylindrical-coordinate representation of color #60F702: hue angle of 96.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60F702 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 247 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.03 |
| HSL | 96.98º | 0.98% | 0.49% | - |
| HSV(B) | 96.98º | 0.99% | 0.97% | - |
| XYZ | 38.1 | 69.01 | 11.37 | - |
| YUV | 173.92 | 30.97 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 247 | 2 | 0.61 | 0 | 0.99 | 0.03 | 96.98 | 0.98 | 0.49 |
| Hex | 60 | F7 | 2 | 3D | 0 | 63 | 3 | 61 | 62 | 31 |
| Octal | 140 | 367 | 2 | 75 | 0 | 143 | 3 | 141 | 142 | 61 |
| Binary | 1100000 | 11110111 | 10 | 111101 | 0 | 1100011 | 11 | 1100001 | 1100010 | 110001 |
Color Harmonies of #60F702
Complementary color
Monochromatic Colors of #60F702
Black with #60F702
Text Example
Text Example
White with #60F702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F702; }
p { color: rgb(96,247,2); }
H1.HeaderClassName
{
color: #60F702;
}
.AnyTagClassName
{
color: #60F702;
}
</style>
background-color css
<style>
a { background-color: #60F702; }
a { background-color: rgb(96,247,2); }
div.DivClassName
{
background-color: #60F702;
}
.BgClassName
{
background-color: #60F702;
}
</style>
border-color css
<style>
span { border-color: #60F702; }
span { border-color: rgb(96,247,2); }
td.TdClassName
{
border-color: #60F702;
}
.TagClassName
{
border-color: #60F702;
}
</style>