Shades of Bright Green #68DA03
Tints of Bright Green #68DA03
RGB
CMYK
RGB Variations
Color information
#68DA03 (or 0x68DA03) is known color: Bright Green. HEX triplet: 68, DA and 03. RGB value is (104,218,3). Sum of RGB (Red+Green+Blue) = 104+218+3=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DA03 is #9725FC. Grayscale: #A0A0A0. Windows color (decimal): -9905661 or 252520. OLE color: 252520.
HSL color Cylindrical-coordinate representation of color #68DA03: hue angle of 91.81º degrees, saturation: 0.97, 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 #68DA03 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 3 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.15 |
| HSL | 91.81º | 0.97% | 0.43% | - |
| HSV(B) | 91.81º | 0.99% | 0.85% | - |
| XYZ | 30.8 | 53.09 | 8.71 | - |
| YUV | 159.4 | 39.73 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 3 | 0.52 | 0 | 0.99 | 0.15 | 91.81 | 0.97 | 0.43 |
| Hex | 68 | DA | 3 | 34 | 0 | 63 | F | 5C | 61 | 2B |
| Octal | 150 | 332 | 3 | 64 | 0 | 143 | 17 | 134 | 141 | 53 |
| Binary | 1101000 | 11011010 | 11 | 110100 | 0 | 1100011 | 1111 | 1011100 | 1100001 | 101011 |
Color Harmonies of #68DA03
Complementary color
Monochromatic Colors of #68DA03
Black with #68DA03
Text Example
Text Example
White with #68DA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA03; }
p { color: rgb(104,218,3); }
H1.HeaderClassName
{
color: #68DA03;
}
.AnyTagClassName
{
color: #68DA03;
}
</style>
background-color css
<style>
a { background-color: #68DA03; }
a { background-color: rgb(104,218,3); }
div.DivClassName
{
background-color: #68DA03;
}
.BgClassName
{
background-color: #68DA03;
}
</style>
border-color css
<style>
span { border-color: #68DA03; }
span { border-color: rgb(104,218,3); }
td.TdClassName
{
border-color: #68DA03;
}
.TagClassName
{
border-color: #68DA03;
}
</style>