Html Css Color HEX #2FD25F Malachite

📋 copy color: '#2FD25F'

red 47 ◦ green 210 ◦ blue 95

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

Shades of Malachite #2FD25F

Tints of Malachite #2FD25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.66%

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

R = 13.35%
G = 59.66%
B = 26.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#2FD25F (or 0x2FD25F) is known color: Malachite. HEX triplet: 2F, D2 and 5F. RGB value is (47,210,95). Sum of RGB (Red+Green+Blue) = 47+210+95=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD25F is #D02DA0. Grayscale: #949494. Windows color (decimal): -13643169 or 6279727. OLE color: 6279727.

HSL color Cylindrical-coordinate representation of color #2FD25F: hue angle of 137.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD25F is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 210 95 -
CMYK 0.78 0 0.55 0.18
HSL 137.67º 0.64% 0.5% -
HSV(B) 137.67º 0.78% 0.82% -
XYZ 26.28 47.52 18.61 -
YUV 148.15 98 55.85 -
System Red Green Blue C M Y K H S L
Decimal 47 210 95 0.78 0 0.55 0.18 137.67 0.64 0.5
Hex 2F D2 5F 4E 0 37 12 8A 40 32
Octal 57 322 137 116 0 67 22 212 100 62
Binary 101111 11010010 1011111 1001110 0 110111 10010 10001010 1000000 110010

Color Harmonies of #2FD25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD25F

Black with #2FD25F

Text Example


Text Example

White with #2FD25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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