Shades of Bright Green #68EC0F
Tints of Bright Green #68EC0F
RGB
CMYK
RGB Variations
Color information
#68EC0F (or 0x68EC0F) is known color: Bright Green. HEX triplet: 68, EC and 0F. RGB value is (104,236,15). Sum of RGB (Red+Green+Blue) = 104+236+15=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68EC0F is #9713F0. Grayscale: #ACACAC. Windows color (decimal): -9901041 or 1043560. OLE color: 1043560.
HSL color Cylindrical-coordinate representation of color #68EC0F: hue angle of 95.84º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68EC0F is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 15 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.07 |
| HSL | 95.84º | 0.88% | 0.49% | - |
| HSV(B) | 95.84º | 0.94% | 0.93% | - |
| XYZ | 35.79 | 62.97 | 10.72 | - |
| YUV | 171.34 | 39.77 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 15 | 0.56 | 0 | 0.94 | 0.07 | 95.84 | 0.88 | 0.49 |
| Hex | 68 | EC | F | 38 | 0 | 5E | 7 | 60 | 58 | 31 |
| Octal | 150 | 354 | 17 | 70 | 0 | 136 | 7 | 140 | 130 | 61 |
| Binary | 1101000 | 11101100 | 1111 | 111000 | 0 | 1011110 | 111 | 1100000 | 1011000 | 110001 |
Color Harmonies of #68EC0F
Complementary color
Monochromatic Colors of #68EC0F
Black with #68EC0F
Text Example
Text Example
White with #68EC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EC0F; }
p { color: rgb(104,236,15); }
H1.HeaderClassName
{
color: #68EC0F;
}
.AnyTagClassName
{
color: #68EC0F;
}
</style>
background-color css
<style>
a { background-color: #68EC0F; }
a { background-color: rgb(104,236,15); }
div.DivClassName
{
background-color: #68EC0F;
}
.BgClassName
{
background-color: #68EC0F;
}
</style>
border-color css
<style>
span { border-color: #68EC0F; }
span { border-color: rgb(104,236,15); }
td.TdClassName
{
border-color: #68EC0F;
}
.TagClassName
{
border-color: #68EC0F;
}
</style>