Shades of Bright Green #60F202
Tints of Bright Green #60F202
RGB
CMYK
RGB Variations
Color information
#60F202 (or 0x60F202) is known color: Bright Green. HEX triplet: 60, F2 and 02. RGB value is (96,242,2). Sum of RGB (Red+Green+Blue) = 96+242+2=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #60F202 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F202 is #9F0DFD. Grayscale: #ABABAB. Windows color (decimal): -10423806 or 193120. OLE color: 193120.
HSL color Cylindrical-coordinate representation of color #60F202: hue angle of 96.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60F202 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 2 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.05 |
| HSL | 96.5º | 0.98% | 0.48% | - |
| HSV(B) | 96.5º | 0.99% | 0.95% | - |
| XYZ | 36.59 | 66 | 10.87 | - |
| YUV | 170.99 | 32.63 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 2 | 0.60 | 0 | 0.99 | 0.05 | 96.5 | 0.98 | 0.48 |
| Hex | 60 | F2 | 2 | 3C | 0 | 63 | 5 | 60 | 62 | 30 |
| Octal | 140 | 362 | 2 | 74 | 0 | 143 | 5 | 140 | 142 | 60 |
| Binary | 1100000 | 11110010 | 10 | 111100 | 0 | 1100011 | 101 | 1100000 | 1100010 | 110000 |
Color Harmonies of #60F202
Complementary color
Monochromatic Colors of #60F202
Black with #60F202
Text Example
Text Example
White with #60F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F202; }
p { color: rgb(96,242,2); }
H1.HeaderClassName
{
color: #60F202;
}
.AnyTagClassName
{
color: #60F202;
}
</style>
background-color css
<style>
a { background-color: #60F202; }
a { background-color: rgb(96,242,2); }
div.DivClassName
{
background-color: #60F202;
}
.BgClassName
{
background-color: #60F202;
}
</style>
border-color css
<style>
span { border-color: #60F202; }
span { border-color: rgb(96,242,2); }
td.TdClassName
{
border-color: #60F202;
}
.TagClassName
{
border-color: #60F202;
}
</style>