Shades of Bright Green #66E42B
Tints of Bright Green #66E42B
RGB
CMYK
RGB Variations
Color information
#66E42B (or 0x66E42B) is known color: Bright Green. HEX triplet: 66, E4 and 2B. RGB value is (102,228,43). Sum of RGB (Red+Green+Blue) = 102+228+43=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #66E42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E42B is #991BD4. Grayscale: #A9A9A9. Windows color (decimal): -10034133 or 2876518. OLE color: 2876518.
HSL color Cylindrical-coordinate representation of color #66E42B: hue angle of 100.86º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66E42B is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 228 | 43 | - |
| CMYK | 0.55 | 0 | 0.81 | 0.11 |
| HSL | 100.86º | 0.77% | 0.53% | - |
| HSV(B) | 100.86º | 0.81% | 0.89% | - |
| XYZ | 33.66 | 58.49 | 11.8 | - |
| YUV | 169.24 | 56.76 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 228 | 43 | 0.55 | 0 | 0.81 | 0.11 | 100.86 | 0.77 | 0.53 |
| Hex | 66 | E4 | 2B | 37 | 0 | 51 | B | 65 | 4D | 35 |
| Octal | 146 | 344 | 53 | 67 | 0 | 121 | 13 | 145 | 115 | 65 |
| Binary | 1100110 | 11100100 | 101011 | 110111 | 0 | 1010001 | 1011 | 1100101 | 1001101 | 110101 |
Color Harmonies of #66E42B
Complementary color
Monochromatic Colors of #66E42B
Black with #66E42B
Text Example
Text Example
White with #66E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E42B; }
p { color: rgb(102,228,43); }
H1.HeaderClassName
{
color: #66E42B;
}
.AnyTagClassName
{
color: #66E42B;
}
</style>
background-color css
<style>
a { background-color: #66E42B; }
a { background-color: rgb(102,228,43); }
div.DivClassName
{
background-color: #66E42B;
}
.BgClassName
{
background-color: #66E42B;
}
</style>
border-color css
<style>
span { border-color: #66E42B; }
span { border-color: rgb(102,228,43); }
td.TdClassName
{
border-color: #66E42B;
}
.TagClassName
{
border-color: #66E42B;
}
</style>