Html Css Color HEX #2CCE52 Malachite

📋 copy color: '#2CCE52'

red 44 ◦ green 206 ◦ blue 82

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

Shades of Malachite #2CCE52

Tints of Malachite #2CCE52

RGB

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

 GREEN value IS 206 (80.86% from 255) = 62.05%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 13.25%
G = 62.05%
B = 24.7%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#2CCE52 (or 0x2CCE52) is known color: Malachite. HEX triplet: 2C, CE and 52. RGB value is (44,206,82). Sum of RGB (Red+Green+Blue) = 44+206+82=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCE52 is #D331AD. Grayscale: #8F8F8F. Windows color (decimal): -13840814 or 5426732. OLE color: 5426732.

HSL color Cylindrical-coordinate representation of color #2CCE52: hue angle of 134.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCE52 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 206 82 -
CMYK 0.79 0 0.60 0.19
HSL 134.07º 0.65% 0.49% -
HSV(B) 134.07º 0.79% 0.81% -
XYZ 24.63 45.29 15.43 -
YUV 143.43 93.33 57.08 -
System Red Green Blue C M Y K H S L
Decimal 44 206 82 0.79 0 0.60 0.19 134.07 0.65 0.49
Hex 2C CE 52 4F 0 3C 13 86 41 31
Octal 54 316 122 117 0 74 23 206 101 61
Binary 101100 11001110 1010010 1001111 0 111100 10011 10000110 1000001 110001

Color Harmonies of #2CCE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCE52

Black with #2CCE52

Text Example


Text Example

White with #2CCE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,206,82); }

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

background-color css

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

 a { background-color: rgb(44,206,82); }

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

border-color css

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

 span { border-color: rgb(44,206,82); }

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