Shades of Bright Green #68F124
Tints of Bright Green #68F124
RGB
CMYK
RGB Variations
Color information
#68F124 (or 0x68F124) is known color: Bright Green. HEX triplet: 68, F1 and 24. RGB value is (104,241,36). Sum of RGB (Red+Green+Blue) = 104+241+36=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #68F124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F124 is #970EDB. Grayscale: #B1B1B1. Windows color (decimal): -9899740 or 2421096. OLE color: 2421096.
HSL color Cylindrical-coordinate representation of color #68F124: hue angle of 100.1º 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 #68F124 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 36 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.05 |
| HSL | 100.1º | 0.88% | 0.54% | - |
| HSV(B) | 100.1º | 0.85% | 0.95% | - |
| XYZ | 37.48 | 65.98 | 12.43 | - |
| YUV | 176.67 | 48.61 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 36 | 0.57 | 0 | 0.85 | 0.05 | 100.1 | 0.88 | 0.54 |
| Hex | 68 | F1 | 24 | 39 | 0 | 55 | 5 | 64 | 58 | 36 |
| Octal | 150 | 361 | 44 | 71 | 0 | 125 | 5 | 144 | 130 | 66 |
| Binary | 1101000 | 11110001 | 100100 | 111001 | 0 | 1010101 | 101 | 1100100 | 1011000 | 110110 |
Color Harmonies of #68F124
Complementary color
Monochromatic Colors of #68F124
Black with #68F124
Text Example
Text Example
White with #68F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F124; }
p { color: rgb(104,241,36); }
H1.HeaderClassName
{
color: #68F124;
}
.AnyTagClassName
{
color: #68F124;
}
</style>
background-color css
<style>
a { background-color: #68F124; }
a { background-color: rgb(104,241,36); }
div.DivClassName
{
background-color: #68F124;
}
.BgClassName
{
background-color: #68F124;
}
</style>
border-color css
<style>
span { border-color: #68F124; }
span { border-color: rgb(104,241,36); }
td.TdClassName
{
border-color: #68F124;
}
.TagClassName
{
border-color: #68F124;
}
</style>