Html Css Color HEX #2DCE78 Medium Sea Green

📋 copy color: '#2DCE78'

red 45 ◦ green 206 ◦ blue 120

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

Shades of Medium Sea Green #2DCE78

Tints of Medium Sea Green #2DCE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.35%

R = 12.13%
G = 55.53%
B = 32.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#2DCE78 (or 0x2DCE78) is known color: Medium Sea Green. HEX triplet: 2D, CE and 78. RGB value is (45,206,120). Sum of RGB (Red+Green+Blue) = 45+206+120=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE78 is #D23187. Grayscale: #949494. Windows color (decimal): -13775240 or 7917101. OLE color: 7917101.

HSL color Cylindrical-coordinate representation of color #2DCE78: hue angle of 147.95º 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 #2DCE78 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 120 -
CMYK 0.78 0 0.42 0.19
HSL 147.95º 0.64% 0.49% -
HSV(B) 147.95º 0.78% 0.81% -
XYZ 26.54 46.06 25.26 -
YUV 148.06 112.16 54.49 -
System Red Green Blue C M Y K H S L
Decimal 45 206 120 0.78 0 0.42 0.19 147.95 0.64 0.49
Hex 2D CE 78 4E 0 2A 13 94 40 31
Octal 55 316 170 116 0 52 23 224 100 61
Binary 101101 11001110 1111000 1001110 0 101010 10011 10010100 1000000 110001

Color Harmonies of #2DCE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE78

Black with #2DCE78

Text Example


Text Example

White with #2DCE78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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