Html Css Color HEX #2DC858 Medium Sea Green

📋 copy color: '#2DC858'

red 45 ◦ green 200 ◦ blue 88

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

Shades of Medium Sea Green #2DC858

Tints of Medium Sea Green #2DC858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.06%

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 13.51%
G = 60.06%
B = 26.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#2DC858 (or 0x2DC858) is known color: Medium Sea Green. HEX triplet: 2D, C8 and 58. RGB value is (45,200,88). Sum of RGB (Red+Green+Blue) = 45+200+88=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC858 is #D237A7. Grayscale: #8D8D8D. Windows color (decimal): -13776808 or 5818413. OLE color: 5818413.

HSL color Cylindrical-coordinate representation of color #2DC858: hue angle of 136.65º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC858 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 88 -
CMYK 0.78 0 0.56 0.22
HSL 136.65º 0.63% 0.48% -
HSV(B) 136.65º 0.78% 0.78% -
XYZ 23.5 42.57 16.21 -
YUV 140.89 98.15 59.61 -
System Red Green Blue C M Y K H S L
Decimal 45 200 88 0.78 0 0.56 0.22 136.65 0.63 0.48
Hex 2D C8 58 4E 0 38 16 89 3F 30
Octal 55 310 130 116 0 70 26 211 77 60
Binary 101101 11001000 1011000 1001110 0 111000 10110 10001001 111111 110000

Color Harmonies of #2DC858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC858

Black with #2DC858

Text Example


Text Example

White with #2DC858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,200,88); }

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

background-color css

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

 a { background-color: rgb(45,200,88); }

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

border-color css

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

 span { border-color: rgb(45,200,88); }

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