#66E00E

Color #66E00E Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #66E00E

Tints of Bright Green #66E00E

Color information

#66E00E (or 0x66E00E) is unknown color: approx Bright Green. HEX triplet: 66, E0 and 0E. RGB value is (102,224,14). Sum of RGB (Red+Green+Blue) = 102+224+14=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #66E00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E00E is #991FF1. Grayscale: #A4A4A4. Windows color (decimal): -10035186 or 974950. OLE color: 974950.

HSL color Cylindrical-coordinate representation of color #66E00E: hue angle of 94.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66E00E is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB10222414-
CMYK0.5400.940.12
HSL94.86º88.24%46.67%-
HSV(B)94.86º93.75%87.84%-
XYZ32.2156.179.56-
YUV163.5843.5884.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 224 (87.89% from 255) = 65.88%
BLUE value IS 14 (5.86% from 255) = 4.12%
R=30%
G=65.88%
B=4.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal102224140.5400.940.1294.8688.2446.67
Hex66E0E3605EC5f582f
Octal146340166601361413713057
Binary110011011100000111011011001011110110010111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66E00E; }

 p { color: rgb(102,224,14); }

 H1.HeaderClassName
 {
   color: #66E00E;
 }
 .AnyTagClassName
 {
   color: #66E00E;
 }
</style>
background-color css

<style>
 a { background-color: #66E00E; }

 a { background-color: rgb(102,224,14); }

 div.DivClassName
 {
   background-color: #66E00E;
 }
 .BgClassName
 {
   background-color: #66E00E;
 }
</style>
border-color css

<style>
 span { border-color: #66E00E; }

 span { border-color: rgb(102,224,14); }

 td.TdClassName
 {
   border-color: #66E00E;
 }
 .TagClassName
 {
   border-color: #66E00E;
 }
</style>