Html Css Color HEX #2FE957 Malachite

📋 copy color: '#2FE957'

red 47 ◦ green 233 ◦ blue 87

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

Shades of Malachite #2FE957

Tints of Malachite #2FE957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 12.81%
G = 63.49%
B = 23.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#2FE957 (or 0x2FE957) is known color: Malachite. HEX triplet: 2F, E9 and 57. RGB value is (47,233,87). Sum of RGB (Red+Green+Blue) = 47+233+87=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE957 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE957 is #D016A8. Grayscale: #A1A1A1. Windows color (decimal): -13637289 or 5761327. OLE color: 5761327.

HSL color Cylindrical-coordinate representation of color #2FE957: hue angle of 132.9º 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 #2FE957 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 233 87 -
CMYK 0.80 0 0.63 0.09
HSL 132.9º 0.81% 0.55% -
HSV(B) 132.9º 0.8% 0.91% -
XYZ 32.03 59.57 18.83 -
YUV 160.74 86.38 46.87 -
System Red Green Blue C M Y K H S L
Decimal 47 233 87 0.80 0 0.63 0.09 132.9 0.81 0.55
Hex 2F E9 57 50 0 3F 9 85 51 37
Octal 57 351 127 120 0 77 11 205 121 67
Binary 101111 11101001 1010111 1010000 0 111111 1001 10000101 1010001 110111

Color Harmonies of #2FE957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE957

Black with #2FE957

Text Example


Text Example

White with #2FE957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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