Shades of Bright Green #68F024
Tints of Bright Green #68F024
RGB
CMYK
RGB Variations
Color information
#68F024 (or 0x68F024) is known color: Bright Green. HEX triplet: 68, F0 and 24. RGB value is (104,240,36). Sum of RGB (Red+Green+Blue) = 104+240+36=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 240 (94.14% from 255 or 63.16% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 240 - color contains mainly: green. Hex color #68F024 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F024 is #970FDB. Grayscale: #B0B0B0. Windows color (decimal): -9899996 or 2420840. OLE color: 2420840.
HSL color Cylindrical-coordinate representation of color #68F024: hue angle of 100º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68F024 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 36 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.06 |
| HSL | 100º | 0.87% | 0.54% | - |
| HSV(B) | 100º | 0.85% | 0.94% | - |
| XYZ | 37.19 | 65.39 | 12.33 | - |
| YUV | 176.08 | 48.94 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 36 | 0.57 | 0 | 0.85 | 0.06 | 100 | 0.87 | 0.54 |
| Hex | 68 | F0 | 24 | 39 | 0 | 55 | 6 | 64 | 57 | 36 |
| Octal | 150 | 360 | 44 | 71 | 0 | 125 | 6 | 144 | 127 | 66 |
| Binary | 1101000 | 11110000 | 100100 | 111001 | 0 | 1010101 | 110 | 1100100 | 1010111 | 110110 |
Color Harmonies of #68F024
Complementary color
Monochromatic Colors of #68F024
Black with #68F024
Text Example
Text Example
White with #68F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F024; }
p { color: rgb(104,240,36); }
H1.HeaderClassName
{
color: #68F024;
}
.AnyTagClassName
{
color: #68F024;
}
</style>
background-color css
<style>
a { background-color: #68F024; }
a { background-color: rgb(104,240,36); }
div.DivClassName
{
background-color: #68F024;
}
.BgClassName
{
background-color: #68F024;
}
</style>
border-color css
<style>
span { border-color: #68F024; }
span { border-color: rgb(104,240,36); }
td.TdClassName
{
border-color: #68F024;
}
.TagClassName
{
border-color: #68F024;
}
</style>