Html Css Color HEX #2DBE6D Medium Sea Green

📋 copy color: '#2DBE6D'

red 45 ◦ green 190 ◦ blue 109

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

Shades of Medium Sea Green #2DBE6D

Tints of Medium Sea Green #2DBE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 13.08%
G = 55.23%
B = 31.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#2DBE6D (or 0x2DBE6D) is known color: Medium Sea Green. HEX triplet: 2D, BE and 6D. RGB value is (45,190,109). Sum of RGB (Red+Green+Blue) = 45+190+109=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 190 (74.61% from 255 or 55.23% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE6D is #D24192. Grayscale: #898989. Windows color (decimal): -13779347 or 7192109. OLE color: 7192109.

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

Color convert

RGB 45 190 109 -
CMYK 0.76 0 0.43 0.25
HSL 146.48º 0.62% 0.46% -
HSV(B) 146.48º 0.76% 0.75% -
XYZ 22.26 38.49 20.72 -
YUV 137.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 45 190 109 0.76 0 0.43 0.25 146.48 0.62 0.46
Hex 2D BE 6D 4C 0 2B 19 92 3E 2E
Octal 55 276 155 114 0 53 31 222 76 56
Binary 101101 10111110 1101101 1001100 0 101011 11001 10010010 111110 101110

Color Harmonies of #2DBE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBE6D

Black with #2DBE6D

Text Example


Text Example

White with #2DBE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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