Html Css Color HEX #2FEB5B Malachite

📋 copy color: '#2FEB5B'

red 47 ◦ green 235 ◦ blue 91

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

Shades of Malachite #2FEB5B

Tints of Malachite #2FEB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 12.6%
G = 63%
B = 24.4%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#2FEB5B (or 0x2FEB5B) is known color: Malachite. HEX triplet: 2F, EB and 5B. RGB value is (47,235,91). Sum of RGB (Red+Green+Blue) = 47+235+91=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 235 (92.19% from 255 or 63.00% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB5B is #D014A4. Grayscale: #A2A2A2. Windows color (decimal): -13636773 or 6023983. OLE color: 6023983.

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

Color convert

RGB 47 235 91 -
CMYK 0.8 0 0.61 0.08
HSL 134.04º 0.82% 0.55% -
HSV(B) 134.04º 0.8% 0.92% -
XYZ 32.77 60.78 19.9 -
YUV 162.37 87.72 45.71 -
System Red Green Blue C M Y K H S L
Decimal 47 235 91 0.8 0 0.61 0.08 134.04 0.82 0.55
Hex 2F EB 5B 50 0 3D 8 86 52 37
Octal 57 353 133 120 0 75 10 206 122 67
Binary 101111 11101011 1011011 1010000 0 111101 1000 10000110 1010010 110111

Color Harmonies of #2FEB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB5B

Black with #2FEB5B

Text Example


Text Example

White with #2FEB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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