Html Css Color HEX #2CE571 Emerald

📋 copy color: '#2CE571'

red 44 ◦ green 229 ◦ blue 113

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

Shades of Emerald #2CE571

Tints of Emerald #2CE571

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.33%

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 11.4%
G = 59.33%
B = 29.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#2CE571 (or 0x2CE571) is known color: Emerald. HEX triplet: 2C, E5 and 71. RGB value is (44,229,113). Sum of RGB (Red+Green+Blue) = 44+229+113=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE571 is #D31A8E. Grayscale: #A0A0A0. Windows color (decimal): -13834895 or 7464236. OLE color: 7464236.

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

Color convert

RGB 44 229 113 -
CMYK 0.81 0 0.51 0.10
HSL 142.38º 0.78% 0.54% -
HSV(B) 142.38º 0.81% 0.9% -
XYZ 32.04 57.77 25.08 -
YUV 160.46 101.21 44.93 -
System Red Green Blue C M Y K H S L
Decimal 44 229 113 0.81 0 0.51 0.10 142.38 0.78 0.54
Hex 2C E5 71 51 0 33 A 8E 4E 36
Octal 54 345 161 121 0 63 12 216 116 66
Binary 101100 11100101 1110001 1010001 0 110011 1010 10001110 1001110 110110

Color Harmonies of #2CE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE571

Black with #2CE571

Text Example


Text Example

White with #2CE571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,229,113); }

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

background-color css

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

 a { background-color: rgb(44,229,113); }

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

border-color css

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

 span { border-color: rgb(44,229,113); }

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