Html Css Color HEX #2FE45F Malachite

📋 copy color: '#2FE45F'

red 47 ◦ green 228 ◦ blue 95

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

Shades of Malachite #2FE45F

Tints of Malachite #2FE45F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 61.62%

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 12.7%
G = 61.62%
B = 25.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#2FE45F (or 0x2FE45F) is known color: Malachite. HEX triplet: 2F, E4 and 5F. RGB value is (47,228,95). Sum of RGB (Red+Green+Blue) = 47+228+95=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 228 (89.45% from 255 or 61.62% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE45F is #D01BA0. Grayscale: #9F9F9F. Windows color (decimal): -13638561 or 6284335. OLE color: 6284335.

HSL color Cylindrical-coordinate representation of color #2FE45F: hue angle of 135.91º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE45F is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 228 95 -
CMYK 0.79 0 0.58 0.11
HSL 135.91º 0.77% 0.54% -
HSV(B) 135.91º 0.79% 0.89% -
XYZ 30.98 56.92 20.18 -
YUV 158.72 92.03 48.31 -
System Red Green Blue C M Y K H S L
Decimal 47 228 95 0.79 0 0.58 0.11 135.91 0.77 0.54
Hex 2F E4 5F 4F 0 3A B 88 4D 36
Octal 57 344 137 117 0 72 13 210 115 66
Binary 101111 11100100 1011111 1001111 0 111010 1011 10001000 1001101 110110

Color Harmonies of #2FE45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE45F

Black with #2FE45F

Text Example


Text Example

White with #2FE45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,228,95); }

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

background-color css

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

 a { background-color: rgb(47,228,95); }

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

border-color css

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

 span { border-color: rgb(47,228,95); }

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