Html Css Color HEX #2CE977 Emerald

📋 copy color: '#2CE977'

red 44 ◦ green 233 ◦ blue 119

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

Shades of Emerald #2CE977

Tints of Emerald #2CE977

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.84%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 11.11%
G = 58.84%
B = 30.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#2CE977 (or 0x2CE977) is known color: Emerald. HEX triplet: 2C, E9 and 77. RGB value is (44,233,119). Sum of RGB (Red+Green+Blue) = 44+233+119=396 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.11% from 396); Green value is 233 (91.41% from 255 or 58.84% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE977 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE977 is #D31688. Grayscale: #A3A3A3. Windows color (decimal): -13833865 or 7858476. OLE color: 7858476.

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

Color convert

RGB 44 233 119 -
CMYK 0.81 0 0.49 0.09
HSL 143.81º 0.81% 0.54% -
HSV(B) 143.81º 0.81% 0.91% -
XYZ 33.51 60.15 27.3 -
YUV 163.49 102.88 42.77 -
System Red Green Blue C M Y K H S L
Decimal 44 233 119 0.81 0 0.49 0.09 143.81 0.81 0.54
Hex 2C E9 77 51 0 31 9 90 51 36
Octal 54 351 167 121 0 61 11 220 121 66
Binary 101100 11101001 1110111 1010001 0 110001 1001 10010000 1010001 110110

Color Harmonies of #2CE977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE977

Black with #2CE977

Text Example


Text Example

White with #2CE977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,233,119); }

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

background-color css

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

 a { background-color: rgb(44,233,119); }

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

border-color css

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

 span { border-color: rgb(44,233,119); }

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