#64EF1E

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

Shades of Bright Green #64EF1E

Tints of Bright Green #64EF1E

Color information

#64EF1E (or 0x64EF1E) is unknown color: approx Bright Green. HEX triplet: 64, EF and 1E. RGB value is (100,239,30). Sum of RGB (Red+Green+Blue) = 100+239+30=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 239 (93.75% from 255 or 64.77% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EF1E is #9B10E1. Grayscale: #AEAEAE. Windows color (decimal): -10162402 or 2027364. OLE color: 2027364.

HSL color Cylindrical-coordinate representation of color #64EF1E: hue angle of 99.9º 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 #64EF1E is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB10023930-
CMYK0.5800.870.06
HSL99.9º86.72%52.75%-
HSV(B)99.9º87.45%93.73%-
XYZ36.3664.5411.77-
YUV173.6146.9575.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 239 (93.75% from 255) = 64.77%
BLUE value IS 30 (12.11% from 255) = 8.13%
R=27.10%
G=64.77%
B=8.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal100239300.5800.870.0699.986.7252.75
Hex64EF1E3A0576645735
Octal14435736720127614412765
Binary110010011101111111101110100101011111011001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64EF1E; }

 p { color: rgb(100,239,30); }

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

<style>
 a { background-color: #64EF1E; }

 a { background-color: rgb(100,239,30); }

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

<style>
 span { border-color: #64EF1E; }

 span { border-color: rgb(100,239,30); }

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