Html Css Color HEX #2DBC5F Medium Sea Green

📋 copy color: '#2DBC5F'

red 45 ◦ green 188 ◦ blue 95

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

Shades of Medium Sea Green #2DBC5F

Tints of Medium Sea Green #2DBC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.32%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 13.72%
G = 57.32%
B = 28.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#2DBC5F (or 0x2DBC5F) is known color: Medium Sea Green. HEX triplet: 2D, BC and 5F. RGB value is (45,188,95). Sum of RGB (Red+Green+Blue) = 45+188+95=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC5F is #D243A0. Grayscale: #868686. Windows color (decimal): -13779873 or 6274093. OLE color: 6274093.

HSL color Cylindrical-coordinate representation of color #2DBC5F: hue angle of 140.98º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC5F is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 188 95 -
CMYK 0.76 0 0.49 0.26
HSL 140.98º 0.61% 0.46% -
HSV(B) 140.98º 0.76% 0.74% -
XYZ 21.13 37.35 16.92 -
YUV 134.64 105.62 64.06 -
System Red Green Blue C M Y K H S L
Decimal 45 188 95 0.76 0 0.49 0.26 140.98 0.61 0.46
Hex 2D BC 5F 4C 0 31 1A 8D 3D 2E
Octal 55 274 137 114 0 61 32 215 75 56
Binary 101101 10111100 1011111 1001100 0 110001 11010 10001101 111101 101110

Color Harmonies of #2DBC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC5F

Black with #2DBC5F

Text Example


Text Example

White with #2DBC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,188,95); }

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

background-color css

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

 a { background-color: rgb(45,188,95); }

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

border-color css

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

 span { border-color: rgb(45,188,95); }

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