Shades of Bright Green #66EF1E
Tints of Bright Green #66EF1E
RGB
CMYK
RGB Variations
Color information
#66EF1E (or 0x66EF1E) is known color: Bright Green. HEX triplet: 66, EF and 1E. RGB value is (102,239,30). Sum of RGB (Red+Green+Blue) = 102+239+30=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66EF1E is #9910E1. Grayscale: #AEAEAE. Windows color (decimal): -10031330 or 2027366. OLE color: 2027366.
HSL color Cylindrical-coordinate representation of color #66EF1E: hue angle of 99.33º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66EF1E is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 30 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.06 |
| HSL | 99.33º | 0.87% | 0.53% | - |
| HSV(B) | 99.33º | 0.87% | 0.94% | - |
| XYZ | 36.58 | 64.65 | 11.78 | - |
| YUV | 174.21 | 46.61 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 30 | 0.57 | 0 | 0.87 | 0.06 | 99.33 | 0.87 | 0.53 |
| Hex | 66 | EF | 1E | 39 | 0 | 57 | 6 | 63 | 57 | 35 |
| Octal | 146 | 357 | 36 | 71 | 0 | 127 | 6 | 143 | 127 | 65 |
| Binary | 1100110 | 11101111 | 11110 | 111001 | 0 | 1010111 | 110 | 1100011 | 1010111 | 110101 |
Color Harmonies of #66EF1E
Complementary color
Monochromatic Colors of #66EF1E
Black with #66EF1E
Text Example
Text Example
White with #66EF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EF1E; }
p { color: rgb(102,239,30); }
H1.HeaderClassName
{
color: #66EF1E;
}
.AnyTagClassName
{
color: #66EF1E;
}
</style>
background-color css
<style>
a { background-color: #66EF1E; }
a { background-color: rgb(102,239,30); }
div.DivClassName
{
background-color: #66EF1E;
}
.BgClassName
{
background-color: #66EF1E;
}
</style>
border-color css
<style>
span { border-color: #66EF1E; }
span { border-color: rgb(102,239,30); }
td.TdClassName
{
border-color: #66EF1E;
}
.TagClassName
{
border-color: #66EF1E;
}
</style>