Shades of Bright Green #68EB0E
Tints of Bright Green #68EB0E
RGB
CMYK
RGB Variations
Color information
#68EB0E (or 0x68EB0E) is known color: Bright Green. HEX triplet: 68, EB and 0E. RGB value is (104,235,14). Sum of RGB (Red+Green+Blue) = 104+235+14=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 235 (92.19% from 255 or 66.57% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68EB0E is #9714F1. Grayscale: #ABABAB. Windows color (decimal): -9901298 or 977768. OLE color: 977768.
HSL color Cylindrical-coordinate representation of color #68EB0E: hue angle of 95.57º 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 #68EB0E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 14 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.08 |
| HSL | 95.57º | 0.89% | 0.49% | - |
| HSV(B) | 95.57º | 0.94% | 0.92% | - |
| XYZ | 35.5 | 62.39 | 10.59 | - |
| YUV | 170.64 | 39.6 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 14 | 0.56 | 0 | 0.94 | 0.08 | 95.57 | 0.89 | 0.49 |
| Hex | 68 | EB | E | 38 | 0 | 5E | 8 | 60 | 59 | 31 |
| Octal | 150 | 353 | 16 | 70 | 0 | 136 | 10 | 140 | 131 | 61 |
| Binary | 1101000 | 11101011 | 1110 | 111000 | 0 | 1011110 | 1000 | 1100000 | 1011001 | 110001 |
Color Harmonies of #68EB0E
Complementary color
Monochromatic Colors of #68EB0E
Black with #68EB0E
Text Example
Text Example
White with #68EB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EB0E; }
p { color: rgb(104,235,14); }
H1.HeaderClassName
{
color: #68EB0E;
}
.AnyTagClassName
{
color: #68EB0E;
}
</style>
background-color css
<style>
a { background-color: #68EB0E; }
a { background-color: rgb(104,235,14); }
div.DivClassName
{
background-color: #68EB0E;
}
.BgClassName
{
background-color: #68EB0E;
}
</style>
border-color css
<style>
span { border-color: #68EB0E; }
span { border-color: rgb(104,235,14); }
td.TdClassName
{
border-color: #68EB0E;
}
.TagClassName
{
border-color: #68EB0E;
}
</style>