Html Css Color HEX #2FE060 Malachite

📋 copy color: '#2FE060'

red 47 ◦ green 224 ◦ blue 96

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

Shades of Malachite #2FE060

Tints of Malachite #2FE060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 12.81%
G = 61.04%
B = 26.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#2FE060 (or 0x2FE060) is known color: Malachite. HEX triplet: 2F, E0 and 60. RGB value is (47,224,96). Sum of RGB (Red+Green+Blue) = 47+224+96=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE060 is #D01F9F. Grayscale: #9C9C9C. Windows color (decimal): -13639584 or 6348847. OLE color: 6348847.

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

Color convert

RGB 47 224 96 -
CMYK 0.79 0 0.57 0.12
HSL 136.61º 0.74% 0.53% -
HSV(B) 136.61º 0.79% 0.88% -
XYZ 29.94 54.76 20.06 -
YUV 156.49 93.86 49.91 -
System Red Green Blue C M Y K H S L
Decimal 47 224 96 0.79 0 0.57 0.12 136.61 0.74 0.53
Hex 2F E0 60 4F 0 39 C 89 4A 35
Octal 57 340 140 117 0 71 14 211 112 65
Binary 101111 11100000 1100000 1001111 0 111001 1100 10001001 1001010 110101

Color Harmonies of #2FE060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE060

Black with #2FE060

Text Example


Text Example

White with #2FE060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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