Shades of Bright Green #68FA1E
Tints of Bright Green #68FA1E
RGB
CMYK
RGB Variations
Color information
#68FA1E (or 0x68FA1E) is known color: Bright Green. HEX triplet: 68, FA and 1E. RGB value is (104,250,30). Sum of RGB (Red+Green+Blue) = 104+250+30=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #68FA1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68FA1E is #9705E1. Grayscale: #B6B6B6. Windows color (decimal): -9897442 or 2030184. OLE color: 2030184.
HSL color Cylindrical-coordinate representation of color #68FA1E: hue angle of 99.82º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68FA1E is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 30 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.02 |
| HSL | 99.82º | 0.96% | 0.55% | - |
| HSV(B) | 99.82º | 0.88% | 0.98% | - |
| XYZ | 40.13 | 71.41 | 12.9 | - |
| YUV | 181.27 | 42.63 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 30 | 0.58 | 0 | 0.88 | 0.02 | 99.82 | 0.96 | 0.55 |
| Hex | 68 | FA | 1E | 3A | 0 | 58 | 2 | 64 | 60 | 37 |
| Octal | 150 | 372 | 36 | 72 | 0 | 130 | 2 | 144 | 140 | 67 |
| Binary | 1101000 | 11111010 | 11110 | 111010 | 0 | 1011000 | 10 | 1100100 | 1100000 | 110111 |
Color Harmonies of #68FA1E
Complementary color
Monochromatic Colors of #68FA1E
Black with #68FA1E
Text Example
Text Example
White with #68FA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FA1E; }
p { color: rgb(104,250,30); }
H1.HeaderClassName
{
color: #68FA1E;
}
.AnyTagClassName
{
color: #68FA1E;
}
</style>
background-color css
<style>
a { background-color: #68FA1E; }
a { background-color: rgb(104,250,30); }
div.DivClassName
{
background-color: #68FA1E;
}
.BgClassName
{
background-color: #68FA1E;
}
</style>
border-color css
<style>
span { border-color: #68FA1E; }
span { border-color: rgb(104,250,30); }
td.TdClassName
{
border-color: #68FA1E;
}
.TagClassName
{
border-color: #68FA1E;
}
</style>