Html Css Color HEX #2FE05F Malachite

📋 copy color: '#2FE05F'

red 47 ◦ green 224 ◦ blue 95

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

Shades of Malachite #2FE05F

Tints of Malachite #2FE05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 12.84%
G = 61.2%
B = 25.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#2FE05F (or 0x2FE05F) is known color: Malachite. HEX triplet: 2F, E0 and 5F. RGB value is (47,224,95). Sum of RGB (Red+Green+Blue) = 47+224+95=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 224 (87.89% from 255 or 61.20% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE05F is #D01FA0. Grayscale: #9C9C9C. Windows color (decimal): -13639585 or 6283311. OLE color: 6283311.

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

Color convert

RGB 47 224 95 -
CMYK 0.79 0 0.58 0.12
HSL 136.27º 0.74% 0.53% -
HSV(B) 136.27º 0.79% 0.88% -
XYZ 29.89 54.74 19.82 -
YUV 156.37 93.36 49.99 -
System Red Green Blue C M Y K H S L
Decimal 47 224 95 0.79 0 0.58 0.12 136.27 0.74 0.53
Hex 2F E0 5F 4F 0 3A C 88 4A 35
Octal 57 340 137 117 0 72 14 210 112 65
Binary 101111 11100000 1011111 1001111 0 111010 1100 10001000 1001010 110101

Color Harmonies of #2FE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE05F

Black with #2FE05F

Text Example


Text Example

White with #2FE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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