Html Css Color HEX #2FD45E Malachite

📋 copy color: '#2FD45E'

red 47 ◦ green 212 ◦ blue 94

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

Shades of Malachite #2FD45E

Tints of Malachite #2FD45E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.06%

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

R = 13.31%
G = 60.06%
B = 26.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#2FD45E (or 0x2FD45E) is known color: Malachite. HEX triplet: 2F, D4 and 5E. RGB value is (47,212,94). Sum of RGB (Red+Green+Blue) = 47+212+94=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD45E is #D02BA1. Grayscale: #959595. Windows color (decimal): -13642658 or 6214703. OLE color: 6214703.

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

Color convert

RGB 47 212 94 -
CMYK 0.78 0 0.56 0.17
HSL 137.09º 0.66% 0.51% -
HSV(B) 137.09º 0.78% 0.83% -
XYZ 26.74 48.5 18.54 -
YUV 149.21 96.84 55.09 -
System Red Green Blue C M Y K H S L
Decimal 47 212 94 0.78 0 0.56 0.17 137.09 0.66 0.51
Hex 2F D4 5E 4E 0 38 11 89 42 33
Octal 57 324 136 116 0 70 21 211 102 63
Binary 101111 11010100 1011110 1001110 0 111000 10001 10001001 1000010 110011

Color Harmonies of #2FD45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD45E

Black with #2FD45E

Text Example


Text Example

White with #2FD45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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