Html Css Color HEX #64EE2F Bright Green

📋 copy color: '#64EE2F'

red 100 ◦ green 238 ◦ blue 47

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

Shades of Bright Green #64EE2F

Tints of Bright Green #64EE2F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 61.82%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 25.97%
G = 61.82%
B = 12.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#64EE2F (or 0x64EE2F) is known color: Bright Green. HEX triplet: 64, EE and 2F. RGB value is (100,238,47). Sum of RGB (Red+Green+Blue) = 100+238+47=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 238 (93.36% from 255 or 61.82% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64EE2F is #9B11D0. Grayscale: #AFAFAF. Windows color (decimal): -10162641 or 3141220. OLE color: 3141220.

HSL color Cylindrical-coordinate representation of color #64EE2F: hue angle of 103.35º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64EE2F is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 238 47 -
CMYK 0.58 0 0.80 0.07
HSL 103.35º 0.85% 0.56% -
HSV(B) 103.35º 0.8% 0.93% -
XYZ 36.34 64.06 13.14 -
YUV 174.96 55.78 74.53 -
System Red Green Blue C M Y K H S L
Decimal 100 238 47 0.58 0 0.80 0.07 103.35 0.85 0.56
Hex 64 EE 2F 3A 0 50 7 67 55 38
Octal 144 356 57 72 0 120 7 147 125 70
Binary 1100100 11101110 101111 111010 0 1010000 111 1100111 1010101 111000

Color Harmonies of #64EE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EE2F

Black with #64EE2F

Text Example


Text Example

White with #64EE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,238,47); }

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

background-color css

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

 a { background-color: rgb(100,238,47); }

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

border-color css

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

 span { border-color: rgb(100,238,47); }

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