Html Css Color HEX #2CF962 Malachite

📋 copy color: '#2CF962'

red 44 ◦ green 249 ◦ blue 98

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

Shades of Malachite #2CF962

Tints of Malachite #2CF962

RGB

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

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

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

R = 11.25%
G = 63.68%
B = 25.06%

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

#2CF962 (or 0x2CF962) is known color: Malachite. HEX triplet: 2C, F9 and 62. RGB value is (44,249,98). Sum of RGB (Red+Green+Blue) = 44+249+98=391 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.25% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF962 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF962 is #D3069D. Grayscale: #AAAAAA. Windows color (decimal): -13829790 or 6486316. OLE color: 6486316.

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

Color convert

RGB 44 249 98 -
CMYK 0.82 0 0.61 0.02
HSL 135.8º 0.94% 0.57% -
HSV(B) 135.8º 0.82% 0.98% -
XYZ 37.12 69.17 22.95 -
YUV 170.49 87.08 37.78 -
System Red Green Blue C M Y K H S L
Decimal 44 249 98 0.82 0 0.61 0.02 135.8 0.94 0.57
Hex 2C F9 62 52 0 3D 2 88 5E 39
Octal 54 371 142 122 0 75 2 210 136 71
Binary 101100 11111001 1100010 1010010 0 111101 10 10001000 1011110 111001

Color Harmonies of #2CF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF962

Black with #2CF962

Text Example


Text Example

White with #2CF962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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