Html Css Color HEX #2FEC69 Malachite

📋 copy color: '#2FEC69'

red 47 ◦ green 236 ◦ blue 105

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

Shades of Malachite #2FEC69

Tints of Malachite #2FEC69

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.82%

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 12.11%
G = 60.82%
B = 27.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#2FEC69 (or 0x2FEC69) is known color: Malachite. HEX triplet: 2F, EC and 69. RGB value is (47,236,105). Sum of RGB (Red+Green+Blue) = 47+236+105=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC69 is #D01396. Grayscale: #A4A4A4. Windows color (decimal): -13636503 or 6941743. OLE color: 6941743.

HSL color Cylindrical-coordinate representation of color #2FEC69: hue angle of 138.41º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC69 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 105 -
CMYK 0.80 0 0.56 0.07
HSL 138.41º 0.83% 0.55% -
HSV(B) 138.41º 0.8% 0.93% -
XYZ 33.72 61.62 23.48 -
YUV 164.56 94.38 44.15 -
System Red Green Blue C M Y K H S L
Decimal 47 236 105 0.80 0 0.56 0.07 138.41 0.83 0.55
Hex 2F EC 69 50 0 38 7 8A 53 37
Octal 57 354 151 120 0 70 7 212 123 67
Binary 101111 11101100 1101001 1010000 0 111000 111 10001010 1010011 110111

Color Harmonies of #2FEC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC69

Black with #2FEC69

Text Example


Text Example

White with #2FEC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,236,105); }

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

background-color css

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

 a { background-color: rgb(47,236,105); }

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

border-color css

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

 span { border-color: rgb(47,236,105); }

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