Html Css Color HEX #2CE469 Malachite

📋 copy color: '#2CE469'

red 44 ◦ green 228 ◦ blue 105

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

Shades of Malachite #2CE469

Tints of Malachite #2CE469

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.48%

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 11.67%
G = 60.48%
B = 27.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#2CE469 (or 0x2CE469) is known color: Malachite. HEX triplet: 2C, E4 and 69. RGB value is (44,228,105). Sum of RGB (Red+Green+Blue) = 44+228+105=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 228 (89.45% from 255 or 60.48% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE469 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE469 is #D31B96. Grayscale: #9F9F9F. Windows color (decimal): -13835159 or 6939692. OLE color: 6939692.

HSL color Cylindrical-coordinate representation of color #2CE469: hue angle of 139.89º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE469 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 228 105 -
CMYK 0.81 0 0.54 0.11
HSL 139.89º 0.77% 0.53% -
HSV(B) 139.89º 0.81% 0.89% -
XYZ 31.33 57.04 22.72 -
YUV 158.96 97.54 46 -
System Red Green Blue C M Y K H S L
Decimal 44 228 105 0.81 0 0.54 0.11 139.89 0.77 0.53
Hex 2C E4 69 51 0 36 B 8C 4D 35
Octal 54 344 151 121 0 66 13 214 115 65
Binary 101100 11100100 1101001 1010001 0 110110 1011 10001100 1001101 110101

Color Harmonies of #2CE469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE469

Black with #2CE469

Text Example


Text Example

White with #2CE469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,228,105); }

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

background-color css

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

 a { background-color: rgb(44,228,105); }

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

border-color css

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

 span { border-color: rgb(44,228,105); }

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