Html Css Color HEX #2CE760 Malachite

📋 copy color: '#2CE760'

red 44 ◦ green 231 ◦ blue 96

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

Shades of Malachite #2CE760

Tints of Malachite #2CE760

RGB

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

 GREEN value IS 231 (90.63% from 255) = 62.26%

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

R = 11.86%
G = 62.26%
B = 25.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#2CE760 (or 0x2CE760) is known color: Malachite. HEX triplet: 2C, E7 and 60. RGB value is (44,231,96). Sum of RGB (Red+Green+Blue) = 44+231+96=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE760 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE760 is #D3189F. Grayscale: #A0A0A0. Windows color (decimal): -13834400 or 6350636. OLE color: 6350636.

HSL color Cylindrical-coordinate representation of color #2CE760: hue angle of 136.68º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE760 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 44 231 96 -
CMYK 0.81 0 0.58 0.09
HSL 136.68º 0.8% 0.54% -
HSV(B) 136.68º 0.81% 0.91% -
XYZ 31.73 58.53 20.69 -
YUV 159.7 92.05 45.48 -
System Red Green Blue C M Y K H S L
Decimal 44 231 96 0.81 0 0.58 0.09 136.68 0.8 0.54
Hex 2C E7 60 51 0 3A 9 89 50 36
Octal 54 347 140 121 0 72 11 211 120 66
Binary 101100 11100111 1100000 1010001 0 111010 1001 10001001 1010000 110110

Color Harmonies of #2CE760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE760

Black with #2CE760

Text Example


Text Example

White with #2CE760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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