Shades of Bright Green #60F124
Tints of Bright Green #60F124
RGB
CMYK
RGB Variations
Color information
#60F124 (or 0x60F124) is known color: Bright Green. HEX triplet: 60, F1 and 24. RGB value is (96,241,36). Sum of RGB (Red+Green+Blue) = 96+241+36=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #60F124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60F124 is #9F0EDB. Grayscale: #AEAEAE. Windows color (decimal): -10424028 or 2421088. OLE color: 2421088.
HSL color Cylindrical-coordinate representation of color #60F124: hue angle of 102.44º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60F124 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 36 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.05 |
| HSL | 102.44º | 0.88% | 0.54% | - |
| HSV(B) | 102.44º | 0.85% | 0.95% | - |
| XYZ | 36.6 | 65.52 | 12.39 | - |
| YUV | 174.28 | 49.96 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 36 | 0.60 | 0 | 0.85 | 0.05 | 102.44 | 0.88 | 0.54 |
| Hex | 60 | F1 | 24 | 3C | 0 | 55 | 5 | 66 | 58 | 36 |
| Octal | 140 | 361 | 44 | 74 | 0 | 125 | 5 | 146 | 130 | 66 |
| Binary | 1100000 | 11110001 | 100100 | 111100 | 0 | 1010101 | 101 | 1100110 | 1011000 | 110110 |
Color Harmonies of #60F124
Complementary color
Monochromatic Colors of #60F124
Black with #60F124
Text Example
Text Example
White with #60F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F124; }
p { color: rgb(96,241,36); }
H1.HeaderClassName
{
color: #60F124;
}
.AnyTagClassName
{
color: #60F124;
}
</style>
background-color css
<style>
a { background-color: #60F124; }
a { background-color: rgb(96,241,36); }
div.DivClassName
{
background-color: #60F124;
}
.BgClassName
{
background-color: #60F124;
}
</style>
border-color css
<style>
span { border-color: #60F124; }
span { border-color: rgb(96,241,36); }
td.TdClassName
{
border-color: #60F124;
}
.TagClassName
{
border-color: #60F124;
}
</style>