Html Css Color HEX #2CE260 Malachite

📋 copy color: '#2CE260'

red 44 ◦ green 226 ◦ blue 96

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

Shades of Malachite #2CE260

Tints of Malachite #2CE260

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.75%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 12.02%
G = 61.75%
B = 26.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#2CE260 (or 0x2CE260) is known color: Malachite. HEX triplet: 2C, E2 and 60. RGB value is (44,226,96). Sum of RGB (Red+Green+Blue) = 44+226+96=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 226 (88.67% from 255 or 61.75% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE260 is #D31D9F. Grayscale: #9D9D9D. Windows color (decimal): -13835680 or 6349356. OLE color: 6349356.

HSL color Cylindrical-coordinate representation of color #2CE260: hue angle of 137.14º degrees, saturation: 0.76, 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 #2CE260 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 226 96 -
CMYK 0.81 0 0.58 0.11
HSL 137.14º 0.76% 0.53% -
HSV(B) 137.14º 0.81% 0.89% -
XYZ 30.35 55.77 20.23 -
YUV 156.76 93.7 47.57 -
System Red Green Blue C M Y K H S L
Decimal 44 226 96 0.81 0 0.58 0.11 137.14 0.76 0.53
Hex 2C E2 60 51 0 3A B 89 4C 35
Octal 54 342 140 121 0 72 13 211 114 65
Binary 101100 11100010 1100000 1010001 0 111010 1011 10001001 1001100 110101

Color Harmonies of #2CE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE260

Black with #2CE260

Text Example


Text Example

White with #2CE260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,226,96); }

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

background-color css

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

 a { background-color: rgb(44,226,96); }

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

border-color css

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

 span { border-color: rgb(44,226,96); }

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