Html Css Color HEX #2FEB5A Malachite

📋 copy color: '#2FEB5A'

red 47 ◦ green 235 ◦ blue 90

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

Shades of Malachite #2FEB5A

Tints of Malachite #2FEB5A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 63.17%

 BLUE value IS 90 (35.55% from 255) = 24.19%

R = 12.63%
G = 63.17%
B = 24.19%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#2FEB5A (or 0x2FEB5A) is known color: Malachite. HEX triplet: 2F, EB and 5A. RGB value is (47,235,90). Sum of RGB (Red+Green+Blue) = 47+235+90=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 235 (92.19% from 255 or 63.17% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB5A is #D014A5. Grayscale: #A2A2A2. Windows color (decimal): -13636774 or 5958447. OLE color: 5958447.

HSL color Cylindrical-coordinate representation of color #2FEB5A: hue angle of 133.72º 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 #2FEB5A is Cyan = 0.8, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 90 -
CMYK 0.8 0 0.62 0.08
HSL 133.72º 0.82% 0.55% -
HSV(B) 133.72º 0.8% 0.92% -
XYZ 32.73 60.76 19.68 -
YUV 162.26 87.22 45.79 -
System Red Green Blue C M Y K H S L
Decimal 47 235 90 0.8 0 0.62 0.08 133.72 0.82 0.55
Hex 2F EB 5A 50 0 3E 8 86 52 37
Octal 57 353 132 120 0 76 10 206 122 67
Binary 101111 11101011 1011010 1010000 0 111110 1000 10000110 1010010 110111

Color Harmonies of #2FEB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB5A

Black with #2FEB5A

Text Example


Text Example

White with #2FEB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,90); }

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

background-color css

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

 a { background-color: rgb(47,235,90); }

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

border-color css

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

 span { border-color: rgb(47,235,90); }

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