Shades of Bright Green #68DC03
Tints of Bright Green #68DC03
RGB
CMYK
RGB Variations
Color information
#68DC03 (or 0x68DC03) is known color: Bright Green. HEX triplet: 68, DC and 03. RGB value is (104,220,3). Sum of RGB (Red+Green+Blue) = 104+220+3=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DC03 is #9723FC. Grayscale: #A1A1A1. Windows color (decimal): -9905149 or 253032. OLE color: 253032.
HSL color Cylindrical-coordinate representation of color #68DC03: hue angle of 92.07º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68DC03 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 3 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.14 |
| HSL | 92.07º | 0.97% | 0.44% | - |
| HSV(B) | 92.07º | 0.99% | 0.86% | - |
| XYZ | 31.32 | 54.14 | 8.88 | - |
| YUV | 160.58 | 39.07 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 3 | 0.53 | 0 | 0.99 | 0.14 | 92.07 | 0.97 | 0.44 |
| Hex | 68 | DC | 3 | 35 | 0 | 63 | E | 5C | 61 | 2C |
| Octal | 150 | 334 | 3 | 65 | 0 | 143 | 16 | 134 | 141 | 54 |
| Binary | 1101000 | 11011100 | 11 | 110101 | 0 | 1100011 | 1110 | 1011100 | 1100001 | 101100 |
Color Harmonies of #68DC03
Complementary color
Monochromatic Colors of #68DC03
Black with #68DC03
Text Example
Text Example
White with #68DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC03; }
p { color: rgb(104,220,3); }
H1.HeaderClassName
{
color: #68DC03;
}
.AnyTagClassName
{
color: #68DC03;
}
</style>
background-color css
<style>
a { background-color: #68DC03; }
a { background-color: rgb(104,220,3); }
div.DivClassName
{
background-color: #68DC03;
}
.BgClassName
{
background-color: #68DC03;
}
</style>
border-color css
<style>
span { border-color: #68DC03; }
span { border-color: rgb(104,220,3); }
td.TdClassName
{
border-color: #68DC03;
}
.TagClassName
{
border-color: #68DC03;
}
</style>