Html Css Color HEX #2DCE74 Medium Sea Green

📋 copy color: '#2DCE74'

red 45 ◦ green 206 ◦ blue 116

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

Shades of Medium Sea Green #2DCE74

Tints of Medium Sea Green #2DCE74

RGB

 RED value IS 45 (17.97% from 255) = 12.26%

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

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

R = 12.26%
G = 56.13%
B = 31.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#2DCE74 (or 0x2DCE74) is known color: Medium Sea Green. HEX triplet: 2D, CE and 74. RGB value is (45,206,116). Sum of RGB (Red+Green+Blue) = 45+206+116=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE74 is #D2318B. Grayscale: #939393. Windows color (decimal): -13775244 or 7654957. OLE color: 7654957.

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

Color convert

RGB 45 206 116 -
CMYK 0.78 0 0.44 0.19
HSL 146.46º 0.64% 0.49% -
HSV(B) 146.46º 0.78% 0.81% -
XYZ 26.31 45.96 24.01 -
YUV 147.6 110.16 54.82 -
System Red Green Blue C M Y K H S L
Decimal 45 206 116 0.78 0 0.44 0.19 146.46 0.64 0.49
Hex 2D CE 74 4E 0 2C 13 92 40 31
Octal 55 316 164 116 0 54 23 222 100 61
Binary 101101 11001110 1110100 1001110 0 101100 10011 10010010 1000000 110001

Color Harmonies of #2DCE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE74

Black with #2DCE74

Text Example


Text Example

White with #2DCE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,206,116); }

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

background-color css

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

 a { background-color: rgb(45,206,116); }

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

border-color css

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

 span { border-color: rgb(45,206,116); }

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