Html Css Color HEX #2DD76F Medium Sea Green

📋 copy color: '#2DD76F'

red 45 ◦ green 215 ◦ blue 111

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

Shades of Medium Sea Green #2DD76F

Tints of Medium Sea Green #2DD76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.95%

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 12.13%
G = 57.95%
B = 29.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#2DD76F (or 0x2DD76F) is known color: Medium Sea Green. HEX triplet: 2D, D7 and 6F. RGB value is (45,215,111). Sum of RGB (Red+Green+Blue) = 45+215+111=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD76F is #D22890. Grayscale: #989898. Windows color (decimal): -13772945 or 7329581. OLE color: 7329581.

HSL color Cylindrical-coordinate representation of color #2DD76F: hue angle of 143.29º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD76F is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 215 111 -
CMYK 0.79 0 0.48 0.16
HSL 143.29º 0.68% 0.51% -
HSV(B) 143.29º 0.79% 0.84% -
XYZ 28.25 50.31 23.26 -
YUV 152.31 104.68 51.46 -
System Red Green Blue C M Y K H S L
Decimal 45 215 111 0.79 0 0.48 0.16 143.29 0.68 0.51
Hex 2D D7 6F 4F 0 30 10 8F 44 33
Octal 55 327 157 117 0 60 20 217 104 63
Binary 101101 11010111 1101111 1001111 0 110000 10000 10001111 1000100 110011

Color Harmonies of #2DD76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD76F

Black with #2DD76F

Text Example


Text Example

White with #2DD76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,215,111); }

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

background-color css

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

 a { background-color: rgb(45,215,111); }

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

border-color css

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

 span { border-color: rgb(45,215,111); }

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