Shades of Bright Green #66ED2F
Tints of Bright Green #66ED2F
RGB
CMYK
RGB Variations
Color information
#66ED2F (or 0x66ED2F) is known color: Bright Green. HEX triplet: 66, ED and 2F. RGB value is (102,237,47). Sum of RGB (Red+Green+Blue) = 102+237+47=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66ED2F is #9912D0. Grayscale: #AFAFAF. Windows color (decimal): -10031825 or 3140966. OLE color: 3140966.
HSL color Cylindrical-coordinate representation of color #66ED2F: hue angle of 102.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66ED2F is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 47 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.07 |
| HSL | 102.63º | 0.84% | 0.56% | - |
| HSV(B) | 102.63º | 0.8% | 0.93% | - |
| XYZ | 36.28 | 63.6 | 13.05 | - |
| YUV | 174.98 | 55.77 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 47 | 0.57 | 0 | 0.80 | 0.07 | 102.63 | 0.84 | 0.56 |
| Hex | 66 | ED | 2F | 39 | 0 | 50 | 7 | 67 | 54 | 38 |
| Octal | 146 | 355 | 57 | 71 | 0 | 120 | 7 | 147 | 124 | 70 |
| Binary | 1100110 | 11101101 | 101111 | 111001 | 0 | 1010000 | 111 | 1100111 | 1010100 | 111000 |
Color Harmonies of #66ED2F
Complementary color
Monochromatic Colors of #66ED2F
Black with #66ED2F
Text Example
Text Example
White with #66ED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ED2F; }
p { color: rgb(102,237,47); }
H1.HeaderClassName
{
color: #66ED2F;
}
.AnyTagClassName
{
color: #66ED2F;
}
</style>
background-color css
<style>
a { background-color: #66ED2F; }
a { background-color: rgb(102,237,47); }
div.DivClassName
{
background-color: #66ED2F;
}
.BgClassName
{
background-color: #66ED2F;
}
</style>
border-color css
<style>
span { border-color: #66ED2F; }
span { border-color: rgb(102,237,47); }
td.TdClassName
{
border-color: #66ED2F;
}
.TagClassName
{
border-color: #66ED2F;
}
</style>