Html Css Color HEX #2DBE6B Medium Sea Green

📋 copy color: '#2DBE6B'

red 45 ◦ green 190 ◦ blue 107

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

Shades of Medium Sea Green #2DBE6B

Tints of Medium Sea Green #2DBE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.56%

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 13.16%
G = 55.56%
B = 31.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#2DBE6B (or 0x2DBE6B) is known color: Medium Sea Green. HEX triplet: 2D, BE and 6B. RGB value is (45,190,107). Sum of RGB (Red+Green+Blue) = 45+190+107=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE6B is #D24194. Grayscale: #898989. Windows color (decimal): -13779349 or 7061037. OLE color: 7061037.

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

Color convert

RGB 45 190 107 -
CMYK 0.76 0 0.44 0.25
HSL 145.66º 0.62% 0.46% -
HSV(B) 145.66º 0.76% 0.75% -
XYZ 22.15 38.45 20.16 -
YUV 137.18 110.96 62.25 -
System Red Green Blue C M Y K H S L
Decimal 45 190 107 0.76 0 0.44 0.25 145.66 0.62 0.46
Hex 2D BE 6B 4C 0 2C 19 92 3E 2E
Octal 55 276 153 114 0 54 31 222 76 56
Binary 101101 10111110 1101011 1001100 0 101100 11001 10010010 111110 101110

Color Harmonies of #2DBE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBE6B

Black with #2DBE6B

Text Example


Text Example

White with #2DBE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,190,107); }

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

background-color css

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

 a { background-color: rgb(45,190,107); }

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

border-color css

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

 span { border-color: rgb(45,190,107); }

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