Html Css Color HEX #2FD65E Malachite

📋 copy color: '#2FD65E'

red 47 ◦ green 214 ◦ blue 94

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

Shades of Malachite #2FD65E

Tints of Malachite #2FD65E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.28%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 13.24%
G = 60.28%
B = 26.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#2FD65E (or 0x2FD65E) is known color: Malachite. HEX triplet: 2F, D6 and 5E. RGB value is (47,214,94). Sum of RGB (Red+Green+Blue) = 47+214+94=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD65E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD65E is #D029A1. Grayscale: #969696. Windows color (decimal): -13642146 or 6215215. OLE color: 6215215.

HSL color Cylindrical-coordinate representation of color #2FD65E: hue angle of 136.89º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD65E is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 214 94 -
CMYK 0.78 0 0.56 0.16
HSL 136.89º 0.67% 0.51% -
HSV(B) 136.89º 0.78% 0.84% -
XYZ 27.24 49.51 18.71 -
YUV 150.39 96.17 54.26 -
System Red Green Blue C M Y K H S L
Decimal 47 214 94 0.78 0 0.56 0.16 136.89 0.67 0.51
Hex 2F D6 5E 4E 0 38 10 89 43 33
Octal 57 326 136 116 0 70 20 211 103 63
Binary 101111 11010110 1011110 1001110 0 111000 10000 10001001 1000011 110011

Color Harmonies of #2FD65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD65E

Black with #2FD65E

Text Example


Text Example

White with #2FD65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,214,94); }

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

background-color css

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

 a { background-color: rgb(47,214,94); }

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

border-color css

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

 span { border-color: rgb(47,214,94); }

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