#66EE0C

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

Shades of Bright Green #66EE0C

Tints of Bright Green #66EE0C

Color information

#66EE0C (or 0x66EE0C) is unknown color: approx Bright Green. HEX triplet: 66, EE and 0C. RGB value is (102,238,12). Sum of RGB (Red+Green+Blue) = 102+238+12=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 238 (93.36% from 255 or 67.61% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 238 - color contains mainly: green. Hex color #66EE0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EE0C is #9911F3. Grayscale: #ACACAC. Windows color (decimal): -10031604 or 847462. OLE color: 847462.

HSL color Cylindrical-coordinate representation of color #66EE0C: hue angle of 96.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #66EE0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB10223812-
CMYK0.5700.950.07
HSL96.11º90.4%49.02%-
HSV(B)96.11º94.96%93.33%-
XYZ36.126410.8-
YUV171.5737.9478.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 238 (93.36% from 255) = 67.61%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=28.98%
G=67.61%
B=3.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102238120.5700.950.0796.1190.449.02
Hex66EEC3905F7605a31
Octal14635614710137714013261
Binary11001101110111011001110010101111111111000001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,238,12); }

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

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

 a { background-color: rgb(102,238,12); }

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

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

 span { border-color: rgb(102,238,12); }

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