Shades of Bright Green #68EA0E
Tints of Bright Green #68EA0E
RGB
CMYK
RGB Variations
Color information
#68EA0E (or 0x68EA0E) is known color: Bright Green. HEX triplet: 68, EA and 0E. RGB value is (104,234,14). Sum of RGB (Red+Green+Blue) = 104+234+14=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68EA0E is #9715F1. Grayscale: #AAAAAA. Windows color (decimal): -9901554 or 977512. OLE color: 977512.
HSL color Cylindrical-coordinate representation of color #68EA0E: hue angle of 95.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68EA0E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 14 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.08 |
| HSL | 95.45º | 0.89% | 0.49% | - |
| HSV(B) | 95.45º | 0.94% | 0.92% | - |
| XYZ | 35.21 | 61.82 | 10.49 | - |
| YUV | 170.05 | 39.93 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 14 | 0.56 | 0 | 0.94 | 0.08 | 95.45 | 0.89 | 0.49 |
| Hex | 68 | EA | E | 38 | 0 | 5E | 8 | 5F | 59 | 31 |
| Octal | 150 | 352 | 16 | 70 | 0 | 136 | 10 | 137 | 131 | 61 |
| Binary | 1101000 | 11101010 | 1110 | 111000 | 0 | 1011110 | 1000 | 1011111 | 1011001 | 110001 |
Color Harmonies of #68EA0E
Complementary color
Monochromatic Colors of #68EA0E
Black with #68EA0E
Text Example
Text Example
White with #68EA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EA0E; }
p { color: rgb(104,234,14); }
H1.HeaderClassName
{
color: #68EA0E;
}
.AnyTagClassName
{
color: #68EA0E;
}
</style>
background-color css
<style>
a { background-color: #68EA0E; }
a { background-color: rgb(104,234,14); }
div.DivClassName
{
background-color: #68EA0E;
}
.BgClassName
{
background-color: #68EA0E;
}
</style>
border-color css
<style>
span { border-color: #68EA0E; }
span { border-color: rgb(104,234,14); }
td.TdClassName
{
border-color: #68EA0E;
}
.TagClassName
{
border-color: #68EA0E;
}
</style>