Shades of Bright Green #68DA02
Tints of Bright Green #68DA02
RGB
CMYK
RGB Variations
Color information
#68DA02 (or 0x68DA02) is known color: Bright Green. HEX triplet: 68, DA and 02. RGB value is (104,218,2). Sum of RGB (Red+Green+Blue) = 104+218+2=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DA02 is #9725FD. Grayscale: #A0A0A0. Windows color (decimal): -9905662 or 186984. OLE color: 186984.
HSL color Cylindrical-coordinate representation of color #68DA02: hue angle of 91.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68DA02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.15 |
| HSL | 91.67º | 0.98% | 0.43% | - |
| HSV(B) | 91.67º | 0.99% | 0.85% | - |
| XYZ | 30.79 | 53.09 | 8.68 | - |
| YUV | 159.29 | 39.23 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 2 | 0.52 | 0 | 0.99 | 0.15 | 91.67 | 0.98 | 0.43 |
| Hex | 68 | DA | 2 | 34 | 0 | 63 | F | 5C | 62 | 2B |
| Octal | 150 | 332 | 2 | 64 | 0 | 143 | 17 | 134 | 142 | 53 |
| Binary | 1101000 | 11011010 | 10 | 110100 | 0 | 1100011 | 1111 | 1011100 | 1100010 | 101011 |
Color Harmonies of #68DA02
Complementary color
Monochromatic Colors of #68DA02
Black with #68DA02
Text Example
Text Example
White with #68DA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA02; }
p { color: rgb(104,218,2); }
H1.HeaderClassName
{
color: #68DA02;
}
.AnyTagClassName
{
color: #68DA02;
}
</style>
background-color css
<style>
a { background-color: #68DA02; }
a { background-color: rgb(104,218,2); }
div.DivClassName
{
background-color: #68DA02;
}
.BgClassName
{
background-color: #68DA02;
}
</style>
border-color css
<style>
span { border-color: #68DA02; }
span { border-color: rgb(104,218,2); }
td.TdClassName
{
border-color: #68DA02;
}
.TagClassName
{
border-color: #68DA02;
}
</style>