Html Css Color HEX #2CDD74 Emerald

📋 copy color: '#2CDD74'

red 44 ◦ green 221 ◦ blue 116

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

Shades of Emerald #2CDD74

Tints of Emerald #2CDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.01%

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 11.55%
G = 58.01%
B = 30.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#2CDD74 (or 0x2CDD74) is known color: Emerald. HEX triplet: 2C, DD and 74. RGB value is (44,221,116). Sum of RGB (Red+Green+Blue) = 44+221+116=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDD74 is #D3228B. Grayscale: #9C9C9C. Windows color (decimal): -13836940 or 7658796. OLE color: 7658796.

HSL color Cylindrical-coordinate representation of color #2CDD74: hue angle of 144.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDD74 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 221 116 -
CMYK 0.80 0 0.48 0.13
HSL 144.41º 0.72% 0.52% -
HSV(B) 144.41º 0.8% 0.87% -
XYZ 30.05 53.51 25.27 -
YUV 156.11 105.36 48.04 -
System Red Green Blue C M Y K H S L
Decimal 44 221 116 0.80 0 0.48 0.13 144.41 0.72 0.52
Hex 2C DD 74 50 0 30 D 90 48 34
Octal 54 335 164 120 0 60 15 220 110 64
Binary 101100 11011101 1110100 1010000 0 110000 1101 10010000 1001000 110100

Color Harmonies of #2CDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDD74

Black with #2CDD74

Text Example


Text Example

White with #2CDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,221,116); }

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

background-color css

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

 a { background-color: rgb(44,221,116); }

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

border-color css

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

 span { border-color: rgb(44,221,116); }

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