Shades of Bright Green #68F204
Tints of Bright Green #68F204
RGB
CMYK
RGB Variations
Color information
#68F204 (or 0x68F204) is known color: Bright Green. HEX triplet: 68, F2 and 04. RGB value is (104,242,4). Sum of RGB (Red+Green+Blue) = 104+242+4=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #68F204 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F204 is #970DFB. Grayscale: #AEAEAE. Windows color (decimal): -9899516 or 324200. OLE color: 324200.
HSL color Cylindrical-coordinate representation of color #68F204: hue angle of 94.79º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68F204 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 4 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.05 |
| HSL | 94.79º | 0.97% | 0.48% | - |
| HSV(B) | 94.79º | 0.98% | 0.95% | - |
| XYZ | 37.48 | 66.46 | 10.97 | - |
| YUV | 173.61 | 32.28 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 4 | 0.57 | 0 | 0.98 | 0.05 | 94.79 | 0.97 | 0.48 |
| Hex | 68 | F2 | 4 | 39 | 0 | 62 | 5 | 5F | 61 | 30 |
| Octal | 150 | 362 | 4 | 71 | 0 | 142 | 5 | 137 | 141 | 60 |
| Binary | 1101000 | 11110010 | 100 | 111001 | 0 | 1100010 | 101 | 1011111 | 1100001 | 110000 |
Color Harmonies of #68F204
Complementary color
Monochromatic Colors of #68F204
Black with #68F204
Text Example
Text Example
White with #68F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F204; }
p { color: rgb(104,242,4); }
H1.HeaderClassName
{
color: #68F204;
}
.AnyTagClassName
{
color: #68F204;
}
</style>
background-color css
<style>
a { background-color: #68F204; }
a { background-color: rgb(104,242,4); }
div.DivClassName
{
background-color: #68F204;
}
.BgClassName
{
background-color: #68F204;
}
</style>
border-color css
<style>
span { border-color: #68F204; }
span { border-color: rgb(104,242,4); }
td.TdClassName
{
border-color: #68F204;
}
.TagClassName
{
border-color: #68F204;
}
</style>