Html Css Color HEX #2CE175 Emerald

📋 copy color: '#2CE175'

red 44 ◦ green 225 ◦ blue 117

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

Shades of Emerald #2CE175

Tints of Emerald #2CE175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.29%

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 11.4%
G = 58.29%
B = 30.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#2CE175 (or 0x2CE175) is known color: Emerald. HEX triplet: 2C, E1 and 75. RGB value is (44,225,117). Sum of RGB (Red+Green+Blue) = 44+225+117=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 225 (88.28% from 255 or 58.29% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE175 is #D31E8A. Grayscale: #9E9E9E. Windows color (decimal): -13835915 or 7725356. OLE color: 7725356.

HSL color Cylindrical-coordinate representation of color #2CE175: hue angle of 144.2º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE175 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 225 117 -
CMYK 0.80 0 0.48 0.12
HSL 144.2º 0.75% 0.53% -
HSV(B) 144.2º 0.8% 0.88% -
XYZ 31.17 55.67 25.93 -
YUV 158.57 104.53 46.28 -
System Red Green Blue C M Y K H S L
Decimal 44 225 117 0.80 0 0.48 0.12 144.2 0.75 0.53
Hex 2C E1 75 50 0 30 C 90 4B 35
Octal 54 341 165 120 0 60 14 220 113 65
Binary 101100 11100001 1110101 1010000 0 110000 1100 10010000 1001011 110101

Color Harmonies of #2CE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE175

Black with #2CE175

Text Example


Text Example

White with #2CE175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,225,117); }

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

background-color css

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

 a { background-color: rgb(44,225,117); }

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

border-color css

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

 span { border-color: rgb(44,225,117); }

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