Html Css Color HEX #2FD962 Malachite

📋 copy color: '#2FD962'

red 47 ◦ green 217 ◦ blue 98

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

Shades of Malachite #2FD962

Tints of Malachite #2FD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.94%

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 12.98%
G = 59.94%
B = 27.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#2FD962 (or 0x2FD962) is known color: Malachite. HEX triplet: 2F, D9 and 62. RGB value is (47,217,98). Sum of RGB (Red+Green+Blue) = 47+217+98=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD962 is #D0269D. Grayscale: #989898. Windows color (decimal): -13641374 or 6478127. OLE color: 6478127.

HSL color Cylindrical-coordinate representation of color #2FD962: hue angle of 138º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD962 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 98 -
CMYK 0.78 0 0.55 0.15
HSL 138º 0.69% 0.52% -
HSV(B) 138º 0.78% 0.85% -
XYZ 28.19 51.11 19.94 -
YUV 152.6 97.18 52.68 -
System Red Green Blue C M Y K H S L
Decimal 47 217 98 0.78 0 0.55 0.15 138 0.69 0.52
Hex 2F D9 62 4E 0 37 F 8A 45 34
Octal 57 331 142 116 0 67 17 212 105 64
Binary 101111 11011001 1100010 1001110 0 110111 1111 10001010 1000101 110100

Color Harmonies of #2FD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD962

Black with #2FD962

Text Example


Text Example

White with #2FD962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,217,98); }

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

background-color css

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

 a { background-color: rgb(47,217,98); }

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

border-color css

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

 span { border-color: rgb(47,217,98); }

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