Html Css Color HEX #2FED5F Malachite

📋 copy color: '#2FED5F'

red 47 ◦ green 237 ◦ blue 95

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

Shades of Malachite #2FED5F

Tints of Malachite #2FED5F

RGB

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

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

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

R = 12.4%
G = 62.53%
B = 25.07%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#2FED5F (or 0x2FED5F) is known color: Malachite. HEX triplet: 2F, ED and 5F. RGB value is (47,237,95). Sum of RGB (Red+Green+Blue) = 47+237+95=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED5F is #D012A0. Grayscale: #A4A4A4. Windows color (decimal): -13636257 or 6286639. OLE color: 6286639.

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

Color convert

RGB 47 237 95 -
CMYK 0.80 0 0.60 0.07
HSL 135.16º 0.84% 0.56% -
HSV(B) 135.16º 0.8% 0.93% -
XYZ 33.52 62 21.03 -
YUV 164 89.05 44.55 -
System Red Green Blue C M Y K H S L
Decimal 47 237 95 0.80 0 0.60 0.07 135.16 0.84 0.56
Hex 2F ED 5F 50 0 3C 7 87 54 38
Octal 57 355 137 120 0 74 7 207 124 70
Binary 101111 11101101 1011111 1010000 0 111100 111 10000111 1010100 111000

Color Harmonies of #2FED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED5F

Black with #2FED5F

Text Example


Text Example

White with #2FED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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