Shades of Bright Green #68FC02
Tints of Bright Green #68FC02
RGB
CMYK
RGB Variations
Color information
#68FC02 (or 0x68FC02) is known color: Bright Green. HEX triplet: 68, FC and 02. RGB value is (104,252,2). Sum of RGB (Red+Green+Blue) = 104+252+2=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 252 (98.83% from 255 or 70.39% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 252 - color contains mainly: green. Hex color #68FC02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68FC02 is #9703FD. Grayscale: #B4B4B4. Windows color (decimal): -9896958 or 195688. OLE color: 195688.
HSL color Cylindrical-coordinate representation of color #68FC02: hue angle of 95.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68FC02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.01 |
| HSL | 95.52º | 0.98% | 0.5% | - |
| HSV(B) | 95.52º | 0.99% | 0.99% | - |
| XYZ | 40.53 | 72.57 | 11.93 | - |
| YUV | 179.25 | 27.97 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 2 | 0.59 | 0 | 0.99 | 0.01 | 95.52 | 0.98 | 0.5 |
| Hex | 68 | FC | 2 | 3B | 0 | 63 | 1 | 60 | 62 | 32 |
| Octal | 150 | 374 | 2 | 73 | 0 | 143 | 1 | 140 | 142 | 62 |
| Binary | 1101000 | 11111100 | 10 | 111011 | 0 | 1100011 | 1 | 1100000 | 1100010 | 110010 |
Color Harmonies of #68FC02
Complementary color
Monochromatic Colors of #68FC02
Black with #68FC02
Text Example
Text Example
White with #68FC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FC02; }
p { color: rgb(104,252,2); }
H1.HeaderClassName
{
color: #68FC02;
}
.AnyTagClassName
{
color: #68FC02;
}
</style>
background-color css
<style>
a { background-color: #68FC02; }
a { background-color: rgb(104,252,2); }
div.DivClassName
{
background-color: #68FC02;
}
.BgClassName
{
background-color: #68FC02;
}
</style>
border-color css
<style>
span { border-color: #68FC02; }
span { border-color: rgb(104,252,2); }
td.TdClassName
{
border-color: #68FC02;
}
.TagClassName
{
border-color: #68FC02;
}
</style>