Html Css Color HEX #2FED6D Malachite

📋 copy color: '#2FED6D'

red 47 ◦ green 237 ◦ blue 109

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

Shades of Malachite #2FED6D

Tints of Malachite #2FED6D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 60.31%

 BLUE value IS 109 (42.97% from 255) = 27.74%

R = 11.96%
G = 60.31%
B = 27.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#2FED6D (or 0x2FED6D) is known color: Malachite. HEX triplet: 2F, ED and 6D. RGB value is (47,237,109). Sum of RGB (Red+Green+Blue) = 47+237+109=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 237 (92.97% from 255 or 60.31% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED6D is #D01292. Grayscale: #A5A5A5. Windows color (decimal): -13636243 or 7204143. OLE color: 7204143.

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

Color convert

RGB 47 237 109 -
CMYK 0.80 0 0.54 0.07
HSL 139.58º 0.84% 0.56% -
HSV(B) 139.58º 0.8% 0.93% -
XYZ 34.22 62.28 24.69 -
YUV 165.6 96.05 43.41 -
System Red Green Blue C M Y K H S L
Decimal 47 237 109 0.80 0 0.54 0.07 139.58 0.84 0.56
Hex 2F ED 6D 50 0 36 7 8C 54 38
Octal 57 355 155 120 0 66 7 214 124 70
Binary 101111 11101101 1101101 1010000 0 110110 111 10001100 1010100 111000

Color Harmonies of #2FED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED6D

Black with #2FED6D

Text Example


Text Example

White with #2FED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,109); }

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

background-color css

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

 a { background-color: rgb(47,237,109); }

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

border-color css

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

 span { border-color: rgb(47,237,109); }

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