Html Css Color HEX #2FE564 Malachite

📋 copy color: '#2FE564'

red 47 ◦ green 229 ◦ blue 100

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

Shades of Malachite #2FE564

Tints of Malachite #2FE564

RGB

 RED value IS 47 (18.75% from 255) = 12.5%

 GREEN value IS 229 (89.84% from 255) = 60.9%

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 12.5%
G = 60.9%
B = 26.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#2FE564 (or 0x2FE564) is known color: Malachite. HEX triplet: 2F, E5 and 64. RGB value is (47,229,100). Sum of RGB (Red+Green+Blue) = 47+229+100=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 229 (89.84% from 255 or 60.90% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE564 is #D01A9B. Grayscale: #A0A0A0. Windows color (decimal): -13638300 or 6612271. OLE color: 6612271.

HSL color Cylindrical-coordinate representation of color #2FE564: hue angle of 137.47º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE564 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 100 -
CMYK 0.79 0 0.56 0.10
HSL 137.47º 0.78% 0.54% -
HSV(B) 137.47º 0.79% 0.9% -
XYZ 31.49 57.56 21.51 -
YUV 159.88 94.2 47.49 -
System Red Green Blue C M Y K H S L
Decimal 47 229 100 0.79 0 0.56 0.10 137.47 0.78 0.54
Hex 2F E5 64 4F 0 38 A 89 4E 36
Octal 57 345 144 117 0 70 12 211 116 66
Binary 101111 11100101 1100100 1001111 0 111000 1010 10001001 1001110 110110

Color Harmonies of #2FE564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE564

Black with #2FE564

Text Example


Text Example

White with #2FE564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FE564; }

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

 H1.HeaderClassName
 {
   color: #2FE564;
 }
 .AnyTagClassName
 {
   color: #2FE564;
 }
</style>

background-color css

<style>
 a { background-color: #2FE564; }

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

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

border-color css

<style>
 span { border-color: #2FE564; }

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

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