Html Css Color HEX #2DC45F Medium Sea Green

📋 copy color: '#2DC45F'

red 45 ◦ green 196 ◦ blue 95

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

Shades of Medium Sea Green #2DC45F

Tints of Medium Sea Green #2DC45F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.33%

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 13.39%
G = 58.33%
B = 28.27%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#2DC45F (or 0x2DC45F) is known color: Medium Sea Green. HEX triplet: 2D, C4 and 5F. RGB value is (45,196,95). Sum of RGB (Red+Green+Blue) = 45+196+95=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #2DC45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC45F is #D23BA0. Grayscale: #8B8B8B. Windows color (decimal): -13777825 or 6276141. OLE color: 6276141.

HSL color Cylindrical-coordinate representation of color #2DC45F: hue angle of 139.87º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC45F is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 196 95 -
CMYK 0.77 0 0.52 0.23
HSL 139.87º 0.63% 0.47% -
HSV(B) 139.87º 0.77% 0.77% -
XYZ 22.89 40.86 17.51 -
YUV 139.34 102.97 60.71 -
System Red Green Blue C M Y K H S L
Decimal 45 196 95 0.77 0 0.52 0.23 139.87 0.63 0.47
Hex 2D C4 5F 4D 0 34 17 8C 3F 2F
Octal 55 304 137 115 0 64 27 214 77 57
Binary 101101 11000100 1011111 1001101 0 110100 10111 10001100 111111 101111

Color Harmonies of #2DC45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC45F

Black with #2DC45F

Text Example


Text Example

White with #2DC45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,196,95); }

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

background-color css

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

 a { background-color: rgb(45,196,95); }

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

border-color css

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

 span { border-color: rgb(45,196,95); }

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