Shades of Bright Green #67DD02
Tints of Bright Green #67DD02
RGB
CMYK
RGB Variations
Color information
#67DD02 (or 0x67DD02) is known color: Bright Green. HEX triplet: 67, DD and 02. RGB value is (103,221,2). Sum of RGB (Red+Green+Blue) = 103+221+2=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67DD02 is #9822FD. Grayscale: #A1A1A1. Windows color (decimal): -9970430 or 187751. OLE color: 187751.
HSL color Cylindrical-coordinate representation of color #67DD02: hue angle of 92.33º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67DD02 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.13 |
| HSL | 92.33º | 0.98% | 0.44% | - |
| HSV(B) | 92.33º | 0.99% | 0.87% | - |
| XYZ | 31.46 | 54.6 | 8.94 | - |
| YUV | 160.75 | 38.41 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 2 | 0.53 | 0 | 0.99 | 0.13 | 92.33 | 0.98 | 0.44 |
| Hex | 67 | DD | 2 | 35 | 0 | 63 | D | 5C | 62 | 2C |
| Octal | 147 | 335 | 2 | 65 | 0 | 143 | 15 | 134 | 142 | 54 |
| Binary | 1100111 | 11011101 | 10 | 110101 | 0 | 1100011 | 1101 | 1011100 | 1100010 | 101100 |
Color Harmonies of #67DD02
Complementary color
Monochromatic Colors of #67DD02
Black with #67DD02
Text Example
Text Example
White with #67DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD02; }
p { color: rgb(103,221,2); }
H1.HeaderClassName
{
color: #67DD02;
}
.AnyTagClassName
{
color: #67DD02;
}
</style>
background-color css
<style>
a { background-color: #67DD02; }
a { background-color: rgb(103,221,2); }
div.DivClassName
{
background-color: #67DD02;
}
.BgClassName
{
background-color: #67DD02;
}
</style>
border-color css
<style>
span { border-color: #67DD02; }
span { border-color: rgb(103,221,2); }
td.TdClassName
{
border-color: #67DD02;
}
.TagClassName
{
border-color: #67DD02;
}
</style>