Shades of Bright Green #66E224
Tints of Bright Green #66E224
RGB
CMYK
RGB Variations
Color information
#66E224 (or 0x66E224) is known color: Bright Green. HEX triplet: 66, E2 and 24. RGB value is (102,226,36). Sum of RGB (Red+Green+Blue) = 102+226+36=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #66E224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E224 is #991DDB. Grayscale: #A7A7A7. Windows color (decimal): -10034652 or 2417254. OLE color: 2417254.
HSL color Cylindrical-coordinate representation of color #66E224: hue angle of 99.16º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66E224 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 36 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.11 |
| HSL | 99.16º | 0.77% | 0.51% | - |
| HSV(B) | 99.16º | 0.84% | 0.89% | - |
| XYZ | 32.99 | 57.34 | 11 | - |
| YUV | 167.26 | 53.92 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 36 | 0.55 | 0 | 0.84 | 0.11 | 99.16 | 0.77 | 0.51 |
| Hex | 66 | E2 | 24 | 37 | 0 | 54 | B | 63 | 4D | 33 |
| Octal | 146 | 342 | 44 | 67 | 0 | 124 | 13 | 143 | 115 | 63 |
| Binary | 1100110 | 11100010 | 100100 | 110111 | 0 | 1010100 | 1011 | 1100011 | 1001101 | 110011 |
Color Harmonies of #66E224
Complementary color
Monochromatic Colors of #66E224
Black with #66E224
Text Example
Text Example
White with #66E224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E224; }
p { color: rgb(102,226,36); }
H1.HeaderClassName
{
color: #66E224;
}
.AnyTagClassName
{
color: #66E224;
}
</style>
background-color css
<style>
a { background-color: #66E224; }
a { background-color: rgb(102,226,36); }
div.DivClassName
{
background-color: #66E224;
}
.BgClassName
{
background-color: #66E224;
}
</style>
border-color css
<style>
span { border-color: #66E224; }
span { border-color: rgb(102,226,36); }
td.TdClassName
{
border-color: #66E224;
}
.TagClassName
{
border-color: #66E224;
}
</style>