#64ff2c

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

Shades of Bright Green #64FF2C

Tints of Bright Green #64FF2C

Color information

#64FF2C (or 0x64FF2C) is unknown color: approx Bright Green. HEX triplet: 64, FF and 2C. RGB value is (100,255,44). Sum of RGB (Red+Green+Blue) = 100+255+44=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FF2C is #9B00D3. Grayscale: #B9B9B9. Windows color (decimal): -10158292 or 2948964. OLE color: 2948964.

HSL color Cylindrical-coordinate representation of color #64FF2C: hue angle of 104.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64FF2C is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.

Color convert

RGB10025544-
CMYK0.6100.830
HSL104.08º100%58.63%-
HSV(B)104.08º82.75%100%-
XYZ41.4774.4114.56-
YUV184.648.6567.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.06%
GREEN value IS 255 (100% from 255) = 63.91%
BLUE value IS 44 (17.58% from 255) = 11.03%
R=25.06%
G=63.91%
B=11.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal100255440.6100.830104.0810058.63
Hex64FF2C3D053068643b
Octal14437754750123015014473
Binary11001001111111110110011110101010011011010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ff2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,255,44); }

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

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

 a { background-color: rgb(100,255,44); }

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

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

 span { border-color: rgb(100,255,44); }

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