Shades of Bright Green #68F002
Tints of Bright Green #68F002
RGB
CMYK
RGB Variations
Color information
#68F002 (or 0x68F002) is known color: Bright Green. HEX triplet: 68, F0 and 02. RGB value is (104,240,2). Sum of RGB (Red+Green+Blue) = 104+240+2=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #68F002 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F002 is #970FFD. Grayscale: #ADADAD. Windows color (decimal): -9900030 or 192616. OLE color: 192616.
HSL color Cylindrical-coordinate representation of color #68F002: hue angle of 94.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68F002 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.06 |
| HSL | 94.29º | 0.98% | 0.47% | - |
| HSV(B) | 94.29º | 0.99% | 0.94% | - |
| XYZ | 36.88 | 65.27 | 10.71 | - |
| YUV | 172.2 | 31.94 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 2 | 0.57 | 0 | 0.99 | 0.06 | 94.29 | 0.98 | 0.47 |
| Hex | 68 | F0 | 2 | 39 | 0 | 63 | 6 | 5E | 62 | 2F |
| Octal | 150 | 360 | 2 | 71 | 0 | 143 | 6 | 136 | 142 | 57 |
| Binary | 1101000 | 11110000 | 10 | 111001 | 0 | 1100011 | 110 | 1011110 | 1100010 | 101111 |
Color Harmonies of #68F002
Complementary color
Monochromatic Colors of #68F002
Black with #68F002
Text Example
Text Example
White with #68F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F002; }
p { color: rgb(104,240,2); }
H1.HeaderClassName
{
color: #68F002;
}
.AnyTagClassName
{
color: #68F002;
}
</style>
background-color css
<style>
a { background-color: #68F002; }
a { background-color: rgb(104,240,2); }
div.DivClassName
{
background-color: #68F002;
}
.BgClassName
{
background-color: #68F002;
}
</style>
border-color css
<style>
span { border-color: #68F002; }
span { border-color: rgb(104,240,2); }
td.TdClassName
{
border-color: #68F002;
}
.TagClassName
{
border-color: #68F002;
}
</style>