Shades of Bright Green #66DC02
Tints of Bright Green #66DC02
RGB
CMYK
RGB Variations
Color information
#66DC02 (or 0x66DC02) is known color: Bright Green. HEX triplet: 66, DC and 02. RGB value is (102,220,2). Sum of RGB (Red+Green+Blue) = 102+220+2=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DC02 is #9923FD. Grayscale: #A0A0A0. Windows color (decimal): -10036222 or 187494. OLE color: 187494.
HSL color Cylindrical-coordinate representation of color #66DC02: hue angle of 92.48º degrees, saturation: 0.98, 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 #66DC02 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.14 |
| HSL | 92.48º | 0.98% | 0.44% | - |
| HSV(B) | 92.48º | 0.99% | 0.86% | - |
| XYZ | 31.08 | 54.02 | 8.85 | - |
| YUV | 159.87 | 38.91 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 2 | 0.54 | 0 | 0.99 | 0.14 | 92.48 | 0.98 | 0.44 |
| Hex | 66 | DC | 2 | 36 | 0 | 63 | E | 5C | 62 | 2C |
| Octal | 146 | 334 | 2 | 66 | 0 | 143 | 16 | 134 | 142 | 54 |
| Binary | 1100110 | 11011100 | 10 | 110110 | 0 | 1100011 | 1110 | 1011100 | 1100010 | 101100 |
Color Harmonies of #66DC02
Complementary color
Monochromatic Colors of #66DC02
Black with #66DC02
Text Example
Text Example
White with #66DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC02; }
p { color: rgb(102,220,2); }
H1.HeaderClassName
{
color: #66DC02;
}
.AnyTagClassName
{
color: #66DC02;
}
</style>
background-color css
<style>
a { background-color: #66DC02; }
a { background-color: rgb(102,220,2); }
div.DivClassName
{
background-color: #66DC02;
}
.BgClassName
{
background-color: #66DC02;
}
</style>
border-color css
<style>
span { border-color: #66DC02; }
span { border-color: rgb(102,220,2); }
td.TdClassName
{
border-color: #66DC02;
}
.TagClassName
{
border-color: #66DC02;
}
</style>