Html Css Color HEX #2FE94F Malachite

📋 copy color: '#2FE94F'

red 47 ◦ green 233 ◦ blue 79

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

Shades of Malachite #2FE94F

Tints of Malachite #2FE94F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 64.9%

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 13.09%
G = 64.9%
B = 22.01%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#2FE94F (or 0x2FE94F) is known color: Malachite. HEX triplet: 2F, E9 and 4F. RGB value is (47,233,79). Sum of RGB (Red+Green+Blue) = 47+233+79=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 233 (91.41% from 255 or 64.90% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE94F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE94F is #D016B0. Grayscale: #A0A0A0. Windows color (decimal): -13637297 or 5237039. OLE color: 5237039.

HSL color Cylindrical-coordinate representation of color #2FE94F: hue angle of 130.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE94F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 79 -
CMYK 0.80 0 0.66 0.09
HSL 130.32º 0.81% 0.55% -
HSV(B) 130.32º 0.8% 0.91% -
XYZ 31.72 59.45 17.2 -
YUV 159.83 82.38 47.52 -
System Red Green Blue C M Y K H S L
Decimal 47 233 79 0.80 0 0.66 0.09 130.32 0.81 0.55
Hex 2F E9 4F 50 0 42 9 82 51 37
Octal 57 351 117 120 0 102 11 202 121 67
Binary 101111 11101001 1001111 1010000 0 1000010 1001 10000010 1010001 110111

Color Harmonies of #2FE94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE94F

Black with #2FE94F

Text Example


Text Example

White with #2FE94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,233,79); }

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

background-color css

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

 a { background-color: rgb(47,233,79); }

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

border-color css

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

 span { border-color: rgb(47,233,79); }

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