Html Css Color HEX #2DC15A Medium Sea Green

📋 copy color: '#2DC15A'

red 45 ◦ green 193 ◦ blue 90

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

Shades of Medium Sea Green #2DC15A

Tints of Medium Sea Green #2DC15A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.84%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 13.72%
G = 58.84%
B = 27.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#2DC15A (or 0x2DC15A) is known color: Medium Sea Green. HEX triplet: 2D, C1 and 5A. RGB value is (45,193,90). Sum of RGB (Red+Green+Blue) = 45+193+90=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC15A is #D23EA5. Grayscale: #898989. Windows color (decimal): -13778598 or 5947693. OLE color: 5947693.

HSL color Cylindrical-coordinate representation of color #2DC15A: hue angle of 138.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC15A is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 90 -
CMYK 0.77 0 0.53 0.24
HSL 138.24º 0.62% 0.47% -
HSV(B) 138.24º 0.77% 0.76% -
XYZ 22 39.44 16.13 -
YUV 137.01 101.47 62.38 -
System Red Green Blue C M Y K H S L
Decimal 45 193 90 0.77 0 0.53 0.24 138.24 0.62 0.47
Hex 2D C1 5A 4D 0 35 18 8A 3E 2F
Octal 55 301 132 115 0 65 30 212 76 57
Binary 101101 11000001 1011010 1001101 0 110101 11000 10001010 111110 101111

Color Harmonies of #2DC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC15A

Black with #2DC15A

Text Example


Text Example

White with #2DC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,90); }

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

background-color css

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

 a { background-color: rgb(45,193,90); }

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

border-color css

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

 span { border-color: rgb(45,193,90); }

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