Html Css Color HEX #2FE85C Malachite

📋 copy color: '#2FE85C'

red 47 ◦ green 232 ◦ blue 92

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

Shades of Malachite #2FE85C

Tints of Malachite #2FE85C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 62.53%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 12.67%
G = 62.53%
B = 24.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#2FE85C (or 0x2FE85C) is known color: Malachite. HEX triplet: 2F, E8 and 5C. RGB value is (47,232,92). Sum of RGB (Red+Green+Blue) = 47+232+92=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE85C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE85C is #D017A3. Grayscale: #A1A1A1. Windows color (decimal): -13637540 or 6088751. OLE color: 6088751.

HSL color Cylindrical-coordinate representation of color #2FE85C: hue angle of 134.59º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE85C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 47 232 92 -
CMYK 0.80 0 0.60 0.09
HSL 134.59º 0.8% 0.55% -
HSV(B) 134.59º 0.8% 0.91% -
XYZ 31.96 59.09 19.85 -
YUV 160.73 89.21 46.88 -
System Red Green Blue C M Y K H S L
Decimal 47 232 92 0.80 0 0.60 0.09 134.59 0.8 0.55
Hex 2F E8 5C 50 0 3C 9 87 50 37
Octal 57 350 134 120 0 74 11 207 120 67
Binary 101111 11101000 1011100 1010000 0 111100 1001 10000111 1010000 110111

Color Harmonies of #2FE85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE85C

Black with #2FE85C

Text Example


Text Example

White with #2FE85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,232,92); }

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

background-color css

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

 a { background-color: rgb(47,232,92); }

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

border-color css

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

 span { border-color: rgb(47,232,92); }

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