Html Css Color HEX #2FEB6B Malachite

📋 copy color: '#2FEB6B'

red 47 ◦ green 235 ◦ blue 107

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

Shades of Malachite #2FEB6B

Tints of Malachite #2FEB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 12.08%
G = 60.41%
B = 27.51%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#2FEB6B (or 0x2FEB6B) is known color: Malachite. HEX triplet: 2F, EB and 6B. RGB value is (47,235,107). Sum of RGB (Red+Green+Blue) = 47+235+107=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 235 (92.19% from 255 or 60.41% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB6B is #D01494. Grayscale: #A4A4A4. Windows color (decimal): -13636757 or 7072559. OLE color: 7072559.

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

Color convert

RGB 47 235 107 -
CMYK 0.8 0 0.54 0.08
HSL 139.15º 0.82% 0.55% -
HSV(B) 139.15º 0.8% 0.92% -
XYZ 33.53 61.08 23.93 -
YUV 164.2 95.72 44.41 -
System Red Green Blue C M Y K H S L
Decimal 47 235 107 0.8 0 0.54 0.08 139.15 0.82 0.55
Hex 2F EB 6B 50 0 36 8 8B 52 37
Octal 57 353 153 120 0 66 10 213 122 67
Binary 101111 11101011 1101011 1010000 0 110110 1000 10001011 1010010 110111

Color Harmonies of #2FEB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB6B

Black with #2FEB6B

Text Example


Text Example

White with #2FEB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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