Html Css Color HEX #2DC05B Medium Sea Green

📋 copy color: '#2DC05B'

red 45 ◦ green 192 ◦ blue 91

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

Shades of Medium Sea Green #2DC05B

Tints of Medium Sea Green #2DC05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 13.72%
G = 58.54%
B = 27.74%

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

#2DC05B (or 0x2DC05B) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 5B. RGB value is (45,192,91). Sum of RGB (Red+Green+Blue) = 45+192+91=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC05B is #D23FA4. Grayscale: #888888. Windows color (decimal): -13778853 or 6012973. OLE color: 6012973.

HSL color Cylindrical-coordinate representation of color #2DC05B: hue angle of 138.78º 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 #2DC05B is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 91 -
CMYK 0.77 0 0.53 0.25
HSL 138.78º 0.62% 0.46% -
HSV(B) 138.78º 0.77% 0.75% -
XYZ 21.82 39.01 16.28 -
YUV 136.53 102.3 62.71 -
System Red Green Blue C M Y K H S L
Decimal 45 192 91 0.77 0 0.53 0.25 138.78 0.62 0.46
Hex 2D C0 5B 4D 0 35 19 8B 3E 2E
Octal 55 300 133 115 0 65 31 213 76 56
Binary 101101 11000000 1011011 1001101 0 110101 11001 10001011 111110 101110

Color Harmonies of #2DC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC05B

Black with #2DC05B

Text Example


Text Example

White with #2DC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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