Html Css Color HEX #2CE676 Emerald

📋 copy color: '#2CE676'

red 44 ◦ green 230 ◦ blue 118

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

Shades of Emerald #2CE676

Tints of Emerald #2CE676

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.67%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 11.22%
G = 58.67%
B = 30.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#2CE676 (or 0x2CE676) is known color: Emerald. HEX triplet: 2C, E6 and 76. RGB value is (44,230,118). Sum of RGB (Red+Green+Blue) = 44+230+118=392 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.22% from 392); Green value is 230 (90.23% from 255 or 58.67% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE676 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE676 is #D31989. Grayscale: #A1A1A1. Windows color (decimal): -13834634 or 7792172. OLE color: 7792172.

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

Color convert

RGB 44 230 118 -
CMYK 0.81 0 0.49 0.10
HSL 143.87º 0.79% 0.54% -
HSV(B) 143.87º 0.81% 0.9% -
XYZ 32.61 58.44 26.7 -
YUV 161.62 103.38 44.11 -
System Red Green Blue C M Y K H S L
Decimal 44 230 118 0.81 0 0.49 0.10 143.87 0.79 0.54
Hex 2C E6 76 51 0 31 A 90 4F 36
Octal 54 346 166 121 0 61 12 220 117 66
Binary 101100 11100110 1110110 1010001 0 110001 1010 10010000 1001111 110110

Color Harmonies of #2CE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE676

Black with #2CE676

Text Example


Text Example

White with #2CE676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,230,118); }

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

background-color css

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

 a { background-color: rgb(44,230,118); }

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

border-color css

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

 span { border-color: rgb(44,230,118); }

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