Shades of Bright Green #68FE1E
Tints of Bright Green #68FE1E
RGB
CMYK
RGB Variations
Color information
#68FE1E (or 0x68FE1E) is known color: Bright Green. HEX triplet: 68, FE and 1E. RGB value is (104,254,30). Sum of RGB (Red+Green+Blue) = 104+254+30=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #68FE1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68FE1E is #9701E1. Grayscale: #B8B8B8. Windows color (decimal): -9896418 or 2031208. OLE color: 2031208.
HSL color Cylindrical-coordinate representation of color #68FE1E: hue angle of 100.18º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68FE1E is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 30 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.00 |
| HSL | 100.18º | 0.99% | 0.56% | - |
| HSV(B) | 100.18º | 0.88% | 1% | - |
| XYZ | 41.39 | 73.92 | 13.32 | - |
| YUV | 183.61 | 41.31 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 30 | 0.59 | 0 | 0.88 | 0.00 | 100.18 | 0.99 | 0.56 |
| Hex | 68 | FE | 1E | 3B | 0 | 58 | 0 | 64 | 63 | 38 |
| Octal | 150 | 376 | 36 | 73 | 0 | 130 | 0 | 144 | 143 | 70 |
| Binary | 1101000 | 11111110 | 11110 | 111011 | 0 | 1011000 | 0 | 1100100 | 1100011 | 111000 |
Color Harmonies of #68FE1E
Complementary color
Monochromatic Colors of #68FE1E
Black with #68FE1E
Text Example
Text Example
White with #68FE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FE1E; }
p { color: rgb(104,254,30); }
H1.HeaderClassName
{
color: #68FE1E;
}
.AnyTagClassName
{
color: #68FE1E;
}
</style>
background-color css
<style>
a { background-color: #68FE1E; }
a { background-color: rgb(104,254,30); }
div.DivClassName
{
background-color: #68FE1E;
}
.BgClassName
{
background-color: #68FE1E;
}
</style>
border-color css
<style>
span { border-color: #68FE1E; }
span { border-color: rgb(104,254,30); }
td.TdClassName
{
border-color: #68FE1E;
}
.TagClassName
{
border-color: #68FE1E;
}
</style>