Html Css Color HEX #2FEA5E Malachite

📋 copy color: '#2FEA5E'

red 47 ◦ green 234 ◦ blue 94

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

Shades of Malachite #2FEA5E

Tints of Malachite #2FEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.4%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 12.53%
G = 62.4%
B = 25.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#2FEA5E (or 0x2FEA5E) is known color: Malachite. HEX triplet: 2F, EA and 5E. RGB value is (47,234,94). Sum of RGB (Red+Green+Blue) = 47+234+94=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA5E is #D015A1. Grayscale: #A2A2A2. Windows color (decimal): -13637026 or 6220335. OLE color: 6220335.

HSL color Cylindrical-coordinate representation of color #2FEA5E: hue angle of 135.08º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA5E is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 234 94 -
CMYK 0.80 0 0.60 0.08
HSL 135.08º 0.82% 0.55% -
HSV(B) 135.08º 0.8% 0.92% -
XYZ 32.62 60.26 20.5 -
YUV 162.13 89.55 45.88 -
System Red Green Blue C M Y K H S L
Decimal 47 234 94 0.80 0 0.60 0.08 135.08 0.82 0.55
Hex 2F EA 5E 50 0 3C 8 87 52 37
Octal 57 352 136 120 0 74 10 207 122 67
Binary 101111 11101010 1011110 1010000 0 111100 1000 10000111 1010010 110111

Color Harmonies of #2FEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEA5E

Black with #2FEA5E

Text Example


Text Example

White with #2FEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,234,94); }

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

background-color css

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

 a { background-color: rgb(47,234,94); }

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

border-color css

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

 span { border-color: rgb(47,234,94); }

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