Html Css Color HEX #2FE551 Malachite

📋 copy color: '#2FE551'

red 47 ◦ green 229 ◦ blue 81

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

Shades of Malachite #2FE551

Tints of Malachite #2FE551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 13.17%
G = 64.15%
B = 22.69%

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

#2FE551 (or 0x2FE551) is known color: Malachite. HEX triplet: 2F, E5 and 51. RGB value is (47,229,81). Sum of RGB (Red+Green+Blue) = 47+229+81=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 229 (89.84% from 255 or 64.15% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE551 is #D01AAE. Grayscale: #9E9E9E. Windows color (decimal): -13638319 or 5367087. OLE color: 5367087.

HSL color Cylindrical-coordinate representation of color #2FE551: hue angle of 131.21º 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 #2FE551 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 81 -
CMYK 0.79 0 0.65 0.10
HSL 131.21º 0.78% 0.54% -
HSV(B) 131.21º 0.79% 0.9% -
XYZ 30.68 57.24 17.22 -
YUV 157.71 84.7 49.03 -
System Red Green Blue C M Y K H S L
Decimal 47 229 81 0.79 0 0.65 0.10 131.21 0.78 0.54
Hex 2F E5 51 4F 0 41 A 83 4E 36
Octal 57 345 121 117 0 101 12 203 116 66
Binary 101111 11100101 1010001 1001111 0 1000001 1010 10000011 1001110 110110

Color Harmonies of #2FE551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE551

Black with #2FE551

Text Example


Text Example

White with #2FE551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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