Html Css Color HEX #2DC05A Medium Sea Green

📋 copy color: '#2DC05A'

red 45 ◦ green 192 ◦ blue 90

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

Shades of Medium Sea Green #2DC05A

Tints of Medium Sea Green #2DC05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

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

R = 13.76%
G = 58.72%
B = 27.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#2DC05A (or 0x2DC05A) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 5A. RGB value is (45,192,90). Sum of RGB (Red+Green+Blue) = 45+192+90=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC05A is #D23FA5. Grayscale: #888888. Windows color (decimal): -13778854 or 5947437. OLE color: 5947437.

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

Color convert

RGB 45 192 90 -
CMYK 0.77 0 0.53 0.25
HSL 138.37º 0.62% 0.46% -
HSV(B) 138.37º 0.77% 0.75% -
XYZ 21.78 39 16.05 -
YUV 136.42 101.8 62.79 -
System Red Green Blue C M Y K H S L
Decimal 45 192 90 0.77 0 0.53 0.25 138.37 0.62 0.46
Hex 2D C0 5A 4D 0 35 19 8A 3E 2E
Octal 55 300 132 115 0 65 31 212 76 56
Binary 101101 11000000 1011010 1001101 0 110101 11001 10001010 111110 101110

Color Harmonies of #2DC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC05A

Black with #2DC05A

Text Example


Text Example

White with #2DC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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