Html Css Color HEX #2CCA74 Medium Sea Green

📋 copy color: '#2CCA74'

red 44 ◦ green 202 ◦ blue 116

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

Shades of Medium Sea Green #2CCA74

Tints of Medium Sea Green #2CCA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.8%

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

R = 12.15%
G = 55.8%
B = 32.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#2CCA74 (or 0x2CCA74) is known color: Medium Sea Green. HEX triplet: 2C, CA and 74. RGB value is (44,202,116). Sum of RGB (Red+Green+Blue) = 44+202+116=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCA74 is #D3358B. Grayscale: #919191. Windows color (decimal): -13841804 or 7653932. OLE color: 7653932.

HSL color Cylindrical-coordinate representation of color #2CCA74: hue angle of 147.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCA74 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 202 116 -
CMYK 0.78 0 0.43 0.21
HSL 147.34º 0.64% 0.48% -
HSV(B) 147.34º 0.78% 0.79% -
XYZ 25.31 44.04 23.69 -
YUV 144.95 111.65 55.99 -
System Red Green Blue C M Y K H S L
Decimal 44 202 116 0.78 0 0.43 0.21 147.34 0.64 0.48
Hex 2C CA 74 4E 0 2B 15 93 40 30
Octal 54 312 164 116 0 53 25 223 100 60
Binary 101100 11001010 1110100 1001110 0 101011 10101 10010011 1000000 110000

Color Harmonies of #2CCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCA74

Black with #2CCA74

Text Example


Text Example

White with #2CCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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