Html Css Color HEX #2CF961 Malachite

📋 copy color: '#2CF961'

red 44 ◦ green 249 ◦ blue 97

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

Shades of Malachite #2CF961

Tints of Malachite #2CF961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 11.28%
G = 63.85%
B = 24.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#2CF961 (or 0x2CF961) is known color: Malachite. HEX triplet: 2C, F9 and 61. RGB value is (44,249,97). Sum of RGB (Red+Green+Blue) = 44+249+97=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 249 (97.66% from 255 or 63.85% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF961 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF961 is #D3069E. Grayscale: #AAAAAA. Windows color (decimal): -13829791 or 6420780. OLE color: 6420780.

HSL color Cylindrical-coordinate representation of color #2CF961: hue angle of 135.51º 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 #2CF961 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 249 97 -
CMYK 0.82 0 0.61 0.02
HSL 135.51º 0.94% 0.57% -
HSV(B) 135.51º 0.82% 0.98% -
XYZ 37.07 69.15 22.7 -
YUV 170.38 86.58 37.86 -
System Red Green Blue C M Y K H S L
Decimal 44 249 97 0.82 0 0.61 0.02 135.51 0.94 0.57
Hex 2C F9 61 52 0 3D 2 88 5E 39
Octal 54 371 141 122 0 75 2 210 136 71
Binary 101100 11111001 1100001 1010010 0 111101 10 10001000 1011110 111001

Color Harmonies of #2CF961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF961

Black with #2CF961

Text Example


Text Example

White with #2CF961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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