Html Css Color HEX #2FE062 Malachite

📋 copy color: '#2FE062'

red 47 ◦ green 224 ◦ blue 98

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

Shades of Malachite #2FE062

Tints of Malachite #2FE062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 12.74%
G = 60.7%
B = 26.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#2FE062 (or 0x2FE062) is known color: Malachite. HEX triplet: 2F, E0 and 62. RGB value is (47,224,98). Sum of RGB (Red+Green+Blue) = 47+224+98=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE062 is #D01F9D. Grayscale: #9D9D9D. Windows color (decimal): -13639582 or 6479919. OLE color: 6479919.

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

Color convert

RGB 47 224 98 -
CMYK 0.79 0 0.56 0.12
HSL 137.29º 0.74% 0.53% -
HSV(B) 137.29º 0.79% 0.88% -
XYZ 30.03 54.8 20.55 -
YUV 156.71 94.86 49.75 -
System Red Green Blue C M Y K H S L
Decimal 47 224 98 0.79 0 0.56 0.12 137.29 0.74 0.53
Hex 2F E0 62 4F 0 38 C 89 4A 35
Octal 57 340 142 117 0 70 14 211 112 65
Binary 101111 11100000 1100010 1001111 0 111000 1100 10001001 1001010 110101

Color Harmonies of #2FE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE062

Black with #2FE062

Text Example


Text Example

White with #2FE062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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