Html Css Color HEX #2DCF77 Medium Sea Green

📋 copy color: '#2DCF77'

red 45 ◦ green 207 ◦ blue 119

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

Shades of Medium Sea Green #2DCF77

Tints of Medium Sea Green #2DCF77

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.8%

 BLUE value IS 119 (46.88% from 255) = 32.08%

R = 12.13%
G = 55.8%
B = 32.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#2DCF77 (or 0x2DCF77) is known color: Medium Sea Green. HEX triplet: 2D, CF and 77. RGB value is (45,207,119). Sum of RGB (Red+Green+Blue) = 45+207+119=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCF77 is #D23088. Grayscale: #949494. Windows color (decimal): -13774985 or 7851821. OLE color: 7851821.

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

Color convert

RGB 45 207 119 -
CMYK 0.78 0 0.43 0.19
HSL 147.41º 0.64% 0.49% -
HSV(B) 147.41º 0.78% 0.81% -
XYZ 26.72 46.52 25.02 -
YUV 148.53 111.33 54.16 -
System Red Green Blue C M Y K H S L
Decimal 45 207 119 0.78 0 0.43 0.19 147.41 0.64 0.49
Hex 2D CF 77 4E 0 2B 13 93 40 31
Octal 55 317 167 116 0 53 23 223 100 61
Binary 101101 11001111 1110111 1001110 0 101011 10011 10010011 1000000 110001

Color Harmonies of #2DCF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF77

Black with #2DCF77

Text Example


Text Example

White with #2DCF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,207,119); }

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

background-color css

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

 a { background-color: rgb(45,207,119); }

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

border-color css

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

 span { border-color: rgb(45,207,119); }

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