Html Css Color HEX #64E402 Bright Green

📋 copy color: '#64E402'

red 100 ◦ green 228 ◦ blue 2

#64E402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #64E402

Tints of Bright Green #64E402

RGB

 RED value IS 100 (39.45% from 255) = 30.3%

 GREEN value IS 228 (89.45% from 255) = 69.09%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 30.3%
G = 69.09%
B = 0.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#64E402 (or 0x64E402) is known color: Bright Green. HEX triplet: 64, E4 and 02. RGB value is (100,228,2). Sum of RGB (Red+Green+Blue) = 100+228+2=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #64E402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E402 is #9B1BFD. Grayscale: #A4A4A4. Windows color (decimal): -10165246 or 189540. OLE color: 189540.

HSL color Cylindrical-coordinate representation of color #64E402: hue angle of 93.98º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64E402 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 228 2 -
CMYK 0.56 0 0.99 0.11
HSL 93.98º 0.98% 0.45% -
HSV(B) 93.98º 0.99% 0.89% -
XYZ 33.01 58.2 9.55 -
YUV 163.96 36.59 82.38 -
System Red Green Blue C M Y K H S L
Decimal 100 228 2 0.56 0 0.99 0.11 93.98 0.98 0.45
Hex 64 E4 2 38 0 63 B 5E 62 2D
Octal 144 344 2 70 0 143 13 136 142 55
Binary 1100100 11100100 10 111000 0 1100011 1011 1011110 1100010 101101

Color Harmonies of #64E402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E402

Black with #64E402

Text Example


Text Example

White with #64E402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,228,2); }

 H1.HeaderClassName
 {
   color: #64E402;
 }
 .AnyTagClassName
 {
   color: #64E402;
 }
</style>

background-color css

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

 a { background-color: rgb(100,228,2); }

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

border-color css

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

 span { border-color: rgb(100,228,2); }

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