Html Css Color HEX #2CEF49 Malachite

📋 copy color: '#2CEF49'

red 44 ◦ green 239 ◦ blue 73

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

Shades of Malachite #2CEF49

Tints of Malachite #2CEF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.13%

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 12.36%
G = 67.13%
B = 20.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#2CEF49 (or 0x2CEF49) is known color: Malachite. HEX triplet: 2C, EF and 49. RGB value is (44,239,73). Sum of RGB (Red+Green+Blue) = 44+239+73=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF49 is #D310B6. Grayscale: #A2A2A2. Windows color (decimal): -13832375 or 4845356. OLE color: 4845356.

HSL color Cylindrical-coordinate representation of color #2CEF49: hue angle of 128.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF49 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 239 73 -
CMYK 0.82 0 0.69 0.06
HSL 128.92º 0.86% 0.55% -
HSV(B) 128.92º 0.82% 0.94% -
XYZ 33.11 62.75 16.67 -
YUV 161.77 77.9 44 -
System Red Green Blue C M Y K H S L
Decimal 44 239 73 0.82 0 0.69 0.06 128.92 0.86 0.55
Hex 2C EF 49 52 0 45 6 81 56 37
Octal 54 357 111 122 0 105 6 201 126 67
Binary 101100 11101111 1001001 1010010 0 1000101 110 10000001 1010110 110111

Color Harmonies of #2CEF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEF49

Black with #2CEF49

Text Example


Text Example

White with #2CEF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,239,73); }

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

background-color css

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

 a { background-color: rgb(44,239,73); }

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

border-color css

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

 span { border-color: rgb(44,239,73); }

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