Shades of Bright Green #66EB2C
Tints of Bright Green #66EB2C
RGB
CMYK
RGB Variations
Color information
#66EB2C (or 0x66EB2C) is known color: Bright Green. HEX triplet: 66, EB and 2C. RGB value is (102,235,44). Sum of RGB (Red+Green+Blue) = 102+235+44=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 235 (92.19% from 255 or 61.68% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 235 - color contains mainly: green. Hex color #66EB2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66EB2C is #9914D3. Grayscale: #AEAEAE. Windows color (decimal): -10032340 or 2943846. OLE color: 2943846.
HSL color Cylindrical-coordinate representation of color #66EB2C: hue angle of 101.78º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66EB2C is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 235 | 44 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.08 |
| HSL | 101.78º | 0.83% | 0.55% | - |
| HSV(B) | 101.78º | 0.81% | 0.92% | - |
| XYZ | 35.64 | 62.42 | 12.55 | - |
| YUV | 173.46 | 54.94 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 235 | 44 | 0.57 | 0 | 0.81 | 0.08 | 101.78 | 0.83 | 0.55 |
| Hex | 66 | EB | 2C | 39 | 0 | 51 | 8 | 66 | 53 | 37 |
| Octal | 146 | 353 | 54 | 71 | 0 | 121 | 10 | 146 | 123 | 67 |
| Binary | 1100110 | 11101011 | 101100 | 111001 | 0 | 1010001 | 1000 | 1100110 | 1010011 | 110111 |
Color Harmonies of #66EB2C
Complementary color
Monochromatic Colors of #66EB2C
Black with #66EB2C
Text Example
Text Example
White with #66EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EB2C; }
p { color: rgb(102,235,44); }
H1.HeaderClassName
{
color: #66EB2C;
}
.AnyTagClassName
{
color: #66EB2C;
}
</style>
background-color css
<style>
a { background-color: #66EB2C; }
a { background-color: rgb(102,235,44); }
div.DivClassName
{
background-color: #66EB2C;
}
.BgClassName
{
background-color: #66EB2C;
}
</style>
border-color css
<style>
span { border-color: #66EB2C; }
span { border-color: rgb(102,235,44); }
td.TdClassName
{
border-color: #66EB2C;
}
.TagClassName
{
border-color: #66EB2C;
}
</style>