Html Css Color HEX #2CF947 Malachite

📋 copy color: '#2CF947'

red 44 ◦ green 249 ◦ blue 71

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

Shades of Malachite #2CF947

Tints of Malachite #2CF947

RGB

 RED value IS 44 (17.58% from 255) = 12.09%

 GREEN value IS 249 (97.66% from 255) = 68.41%

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 12.09%
G = 68.41%
B = 19.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#2CF947 (or 0x2CF947) is known color: Malachite. HEX triplet: 2C, F9 and 47. RGB value is (44,249,71). Sum of RGB (Red+Green+Blue) = 44+249+71=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF947 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF947 is #D306B8. Grayscale: #A7A7A7. Windows color (decimal): -13829817 or 4716844. OLE color: 4716844.

HSL color Cylindrical-coordinate representation of color #2CF947: hue angle of 127.9º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF947 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 249 71 -
CMYK 0.82 0 0.71 0.02
HSL 127.9º 0.94% 0.57% -
HSV(B) 127.9º 0.82% 0.98% -
XYZ 36.05 68.74 17.33 -
YUV 167.41 73.58 39.97 -
System Red Green Blue C M Y K H S L
Decimal 44 249 71 0.82 0 0.71 0.02 127.9 0.94 0.57
Hex 2C F9 47 52 0 47 2 80 5E 39
Octal 54 371 107 122 0 107 2 200 136 71
Binary 101100 11111001 1000111 1010010 0 1000111 10 10000000 1011110 111001

Color Harmonies of #2CF947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF947

Black with #2CF947

Text Example


Text Example

White with #2CF947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,249,71); }

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

background-color css

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

 a { background-color: rgb(44,249,71); }

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

border-color css

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

 span { border-color: rgb(44,249,71); }

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