Shades of Bright Green #68E10E
Tints of Bright Green #68E10E
RGB
CMYK
RGB Variations
Color information
#68E10E (or 0x68E10E) is known color: Bright Green. HEX triplet: 68, E1 and 0E. RGB value is (104,225,14). Sum of RGB (Red+Green+Blue) = 104+225+14=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 225 (88.28% from 255 or 65.60% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 225 - color contains mainly: green. Hex color #68E10E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68E10E is #971EF1. Grayscale: #A5A5A5. Windows color (decimal): -9903858 or 975208. OLE color: 975208.
HSL color Cylindrical-coordinate representation of color #68E10E: hue angle of 94.41º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68E10E is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 14 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.12 |
| HSL | 94.41º | 0.88% | 0.47% | - |
| HSV(B) | 94.41º | 0.94% | 0.88% | - |
| XYZ | 32.71 | 56.83 | 9.66 | - |
| YUV | 164.77 | 42.91 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 14 | 0.54 | 0 | 0.94 | 0.12 | 94.41 | 0.88 | 0.47 |
| Hex | 68 | E1 | E | 36 | 0 | 5E | C | 5E | 58 | 2F |
| Octal | 150 | 341 | 16 | 66 | 0 | 136 | 14 | 136 | 130 | 57 |
| Binary | 1101000 | 11100001 | 1110 | 110110 | 0 | 1011110 | 1100 | 1011110 | 1011000 | 101111 |
Color Harmonies of #68E10E
Complementary color
Monochromatic Colors of #68E10E
Black with #68E10E
Text Example
Text Example
White with #68E10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E10E; }
p { color: rgb(104,225,14); }
H1.HeaderClassName
{
color: #68E10E;
}
.AnyTagClassName
{
color: #68E10E;
}
</style>
background-color css
<style>
a { background-color: #68E10E; }
a { background-color: rgb(104,225,14); }
div.DivClassName
{
background-color: #68E10E;
}
.BgClassName
{
background-color: #68E10E;
}
</style>
border-color css
<style>
span { border-color: #68E10E; }
span { border-color: rgb(104,225,14); }
td.TdClassName
{
border-color: #68E10E;
}
.TagClassName
{
border-color: #68E10E;
}
</style>