Shades of Bright Green #68FF1C
Tints of Bright Green #68FF1C
RGB
CMYK
RGB Variations
Color information
#68FF1C (or 0x68FF1C) is known color: Bright Green. HEX triplet: 68, FF and 1C. RGB value is (104,255,28). Sum of RGB (Red+Green+Blue) = 104+255+28=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 255 (100% from 255 or 65.89% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 255 - color contains mainly: green. Hex color #68FF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68FF1C is #9700E3. Grayscale: #B8B8B8. Windows color (decimal): -9896164 or 1900392. OLE color: 1900392.
HSL color Cylindrical-coordinate representation of color #68FF1C: hue angle of 99.91º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68FF1C is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 28 | - |
| CMYK | 0.59 | 0 | 0.89 | 0 |
| HSL | 99.91º | 1% | 0.55% | - |
| HSV(B) | 99.91º | 0.89% | 1% | - |
| XYZ | 41.68 | 74.55 | 13.29 | - |
| YUV | 183.97 | 39.97 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 28 | 0.59 | 0 | 0.89 | 0 | 99.91 | 1 | 0.55 |
| Hex | 68 | FF | 1C | 3B | 0 | 59 | 0 | 64 | 64 | 37 |
| Octal | 150 | 377 | 34 | 73 | 0 | 131 | 0 | 144 | 144 | 67 |
| Binary | 1101000 | 11111111 | 11100 | 111011 | 0 | 1011001 | 0 | 1100100 | 1100100 | 110111 |
Color Harmonies of #68FF1C
Complementary color
Monochromatic Colors of #68FF1C
Black with #68FF1C
Text Example
Text Example
White with #68FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FF1C; }
p { color: rgb(104,255,28); }
H1.HeaderClassName
{
color: #68FF1C;
}
.AnyTagClassName
{
color: #68FF1C;
}
</style>
background-color css
<style>
a { background-color: #68FF1C; }
a { background-color: rgb(104,255,28); }
div.DivClassName
{
background-color: #68FF1C;
}
.BgClassName
{
background-color: #68FF1C;
}
</style>
border-color css
<style>
span { border-color: #68FF1C; }
span { border-color: rgb(104,255,28); }
td.TdClassName
{
border-color: #68FF1C;
}
.TagClassName
{
border-color: #68FF1C;
}
</style>