Html Css Color HEX #2DCA5E Medium Sea Green

📋 copy color: '#2DCA5E'

red 45 ◦ green 202 ◦ blue 94

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

Shades of Medium Sea Green #2DCA5E

Tints of Medium Sea Green #2DCA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.24%

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 13.2%
G = 59.24%
B = 27.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#2DCA5E (or 0x2DCA5E) is known color: Medium Sea Green. HEX triplet: 2D, CA and 5E. RGB value is (45,202,94). Sum of RGB (Red+Green+Blue) = 45+202+94=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA5E is #D235A1. Grayscale: #8F8F8F. Windows color (decimal): -13776290 or 6212141. OLE color: 6212141.

HSL color Cylindrical-coordinate representation of color #2DCA5E: hue angle of 138.73º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA5E is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 94 -
CMYK 0.78 0 0.53 0.21
HSL 138.73º 0.64% 0.48% -
HSV(B) 138.73º 0.78% 0.79% -
XYZ 24.22 43.61 17.73 -
YUV 142.75 100.49 58.28 -
System Red Green Blue C M Y K H S L
Decimal 45 202 94 0.78 0 0.53 0.21 138.73 0.64 0.48
Hex 2D CA 5E 4E 0 35 15 8B 40 30
Octal 55 312 136 116 0 65 25 213 100 60
Binary 101101 11001010 1011110 1001110 0 110101 10101 10001011 1000000 110000

Color Harmonies of #2DCA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA5E

Black with #2DCA5E

Text Example


Text Example

White with #2DCA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,202,94); }

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

background-color css

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

 a { background-color: rgb(45,202,94); }

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

border-color css

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

 span { border-color: rgb(45,202,94); }

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