Html Css Color HEX #2FE550 Malachite

📋 copy color: '#2FE550'

red 47 ◦ green 229 ◦ blue 80

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

Shades of Malachite #2FE550

Tints of Malachite #2FE550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 64.33%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 13.2%
G = 64.33%
B = 22.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#2FE550 (or 0x2FE550) is known color: Malachite. HEX triplet: 2F, E5 and 50. RGB value is (47,229,80). Sum of RGB (Red+Green+Blue) = 47+229+80=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE550 is #D01AAF. Grayscale: #9E9E9E. Windows color (decimal): -13638320 or 5301551. OLE color: 5301551.

HSL color Cylindrical-coordinate representation of color #2FE550: hue angle of 130.88º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE550 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 80 -
CMYK 0.79 0 0.65 0.10
HSL 130.88º 0.78% 0.54% -
HSV(B) 130.88º 0.79% 0.9% -
XYZ 30.64 57.22 17.02 -
YUV 157.6 84.2 49.12 -
System Red Green Blue C M Y K H S L
Decimal 47 229 80 0.79 0 0.65 0.10 130.88 0.78 0.54
Hex 2F E5 50 4F 0 41 A 83 4E 36
Octal 57 345 120 117 0 101 12 203 116 66
Binary 101111 11100101 1010000 1001111 0 1000001 1010 10000011 1001110 110110

Color Harmonies of #2FE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE550

Black with #2FE550

Text Example


Text Example

White with #2FE550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,229,80); }

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

background-color css

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

 a { background-color: rgb(47,229,80); }

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

border-color css

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

 span { border-color: rgb(47,229,80); }

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