Html Css Color HEX #2FED6E Malachite

📋 copy color: '#2FED6E'

red 47 ◦ green 237 ◦ blue 110

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

Shades of Malachite #2FED6E

Tints of Malachite #2FED6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.92%

R = 11.93%
G = 60.15%
B = 27.92%

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

#2FED6E (or 0x2FED6E) is known color: Malachite. HEX triplet: 2F, ED and 6E. RGB value is (47,237,110). Sum of RGB (Red+Green+Blue) = 47+237+110=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 237 (92.97% from 255 or 60.15% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED6E is #D01291. Grayscale: #A6A6A6. Windows color (decimal): -13636242 or 7269679. OLE color: 7269679.

HSL color Cylindrical-coordinate representation of color #2FED6E: hue angle of 139.89º 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 #2FED6E is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 110 -
CMYK 0.80 0 0.54 0.07
HSL 139.89º 0.84% 0.56% -
HSV(B) 139.89º 0.8% 0.93% -
XYZ 34.27 62.3 24.97 -
YUV 165.71 96.55 43.33 -
System Red Green Blue C M Y K H S L
Decimal 47 237 110 0.80 0 0.54 0.07 139.89 0.84 0.56
Hex 2F ED 6E 50 0 36 7 8C 54 38
Octal 57 355 156 120 0 66 7 214 124 70
Binary 101111 11101101 1101110 1010000 0 110110 111 10001100 1010100 111000

Color Harmonies of #2FED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED6E

Black with #2FED6E

Text Example


Text Example

White with #2FED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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