Html Css Color HEX #2CCE70 Medium Sea Green

📋 copy color: '#2CCE70'

red 44 ◦ green 206 ◦ blue 112

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

Shades of Medium Sea Green #2CCE70

Tints of Medium Sea Green #2CCE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.91%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 12.15%
G = 56.91%
B = 30.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#2CCE70 (or 0x2CCE70) is known color: Medium Sea Green. HEX triplet: 2C, CE and 70. RGB value is (44,206,112). Sum of RGB (Red+Green+Blue) = 44+206+112=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 206 (80.86% from 255 or 56.91% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCE70 is #D3318F. Grayscale: #939393. Windows color (decimal): -13840784 or 7392812. OLE color: 7392812.

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

Color convert

RGB 44 206 112 -
CMYK 0.79 0 0.46 0.19
HSL 145.19º 0.65% 0.49% -
HSV(B) 145.19º 0.79% 0.81% -
XYZ 26.03 45.85 22.81 -
YUV 146.85 108.33 54.64 -
System Red Green Blue C M Y K H S L
Decimal 44 206 112 0.79 0 0.46 0.19 145.19 0.65 0.49
Hex 2C CE 70 4F 0 2E 13 91 41 31
Octal 54 316 160 117 0 56 23 221 101 61
Binary 101100 11001110 1110000 1001111 0 101110 10011 10010001 1000001 110001

Color Harmonies of #2CCE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCE70

Black with #2CCE70

Text Example


Text Example

White with #2CCE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,206,112); }

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

background-color css

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

 a { background-color: rgb(44,206,112); }

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

border-color css

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

 span { border-color: rgb(44,206,112); }

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