Html Css Color HEX #2FE05A Malachite

📋 copy color: '#2FE05A'

red 47 ◦ green 224 ◦ blue 90

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

Shades of Malachite #2FE05A

Tints of Malachite #2FE05A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.05%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 13.02%
G = 62.05%
B = 24.93%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#2FE05A (or 0x2FE05A) is known color: Malachite. HEX triplet: 2F, E0 and 5A. RGB value is (47,224,90). Sum of RGB (Red+Green+Blue) = 47+224+90=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE05A is #D01FA5. Grayscale: #9C9C9C. Windows color (decimal): -13639590 or 5955631. OLE color: 5955631.

HSL color Cylindrical-coordinate representation of color #2FE05A: hue angle of 134.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE05A is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 90 -
CMYK 0.79 0 0.60 0.12
HSL 134.58º 0.74% 0.53% -
HSV(B) 134.58º 0.79% 0.88% -
XYZ 29.67 54.65 18.66 -
YUV 155.8 90.86 50.4 -
System Red Green Blue C M Y K H S L
Decimal 47 224 90 0.79 0 0.60 0.12 134.58 0.74 0.53
Hex 2F E0 5A 4F 0 3C C 87 4A 35
Octal 57 340 132 117 0 74 14 207 112 65
Binary 101111 11100000 1011010 1001111 0 111100 1100 10000111 1001010 110101

Color Harmonies of #2FE05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE05A

Black with #2FE05A

Text Example


Text Example

White with #2FE05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,224,90); }

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

background-color css

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

 a { background-color: rgb(47,224,90); }

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

border-color css

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

 span { border-color: rgb(47,224,90); }

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