Shades of Bright Green #68F01C
Tints of Bright Green #68F01C
RGB
CMYK
RGB Variations
Color information
#68F01C (or 0x68F01C) is known color: Bright Green. HEX triplet: 68, F0 and 1C. RGB value is (104,240,28). Sum of RGB (Red+Green+Blue) = 104+240+28=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 240 (94.14% from 255 or 64.52% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 240 - color contains mainly: green. Hex color #68F01C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F01C is #970FE3. Grayscale: #AFAFAF. Windows color (decimal): -9900004 or 1896552. OLE color: 1896552.
HSL color Cylindrical-coordinate representation of color #68F01C: hue angle of 98.49º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68F01C is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 28 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.06 |
| HSL | 98.49º | 0.88% | 0.53% | - |
| HSV(B) | 98.49º | 0.88% | 0.94% | - |
| XYZ | 37.08 | 65.35 | 11.76 | - |
| YUV | 175.17 | 44.94 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 28 | 0.57 | 0 | 0.88 | 0.06 | 98.49 | 0.88 | 0.53 |
| Hex | 68 | F0 | 1C | 39 | 0 | 58 | 6 | 62 | 58 | 35 |
| Octal | 150 | 360 | 34 | 71 | 0 | 130 | 6 | 142 | 130 | 65 |
| Binary | 1101000 | 11110000 | 11100 | 111001 | 0 | 1011000 | 110 | 1100010 | 1011000 | 110101 |
Color Harmonies of #68F01C
Complementary color
Monochromatic Colors of #68F01C
Black with #68F01C
Text Example
Text Example
White with #68F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F01C; }
p { color: rgb(104,240,28); }
H1.HeaderClassName
{
color: #68F01C;
}
.AnyTagClassName
{
color: #68F01C;
}
</style>
background-color css
<style>
a { background-color: #68F01C; }
a { background-color: rgb(104,240,28); }
div.DivClassName
{
background-color: #68F01C;
}
.BgClassName
{
background-color: #68F01C;
}
</style>
border-color css
<style>
span { border-color: #68F01C; }
span { border-color: rgb(104,240,28); }
td.TdClassName
{
border-color: #68F01C;
}
.TagClassName
{
border-color: #68F01C;
}
</style>