Html Css Color HEX #2DCB6D Medium Sea Green

📋 copy color: '#2DCB6D'

red 45 ◦ green 203 ◦ blue 109

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

Shades of Medium Sea Green #2DCB6D

Tints of Medium Sea Green #2DCB6D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 56.86%

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

R = 12.61%
G = 56.86%
B = 30.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#2DCB6D (or 0x2DCB6D) is known color: Medium Sea Green. HEX triplet: 2D, CB and 6D. RGB value is (45,203,109). Sum of RGB (Red+Green+Blue) = 45+203+109=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCB6D is #D23492. Grayscale: #919191. Windows color (decimal): -13776019 or 7195437. OLE color: 7195437.

HSL color Cylindrical-coordinate representation of color #2DCB6D: hue angle of 144.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCB6D is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 203 109 -
CMYK 0.78 0 0.46 0.20
HSL 144.3º 0.64% 0.49% -
HSV(B) 144.3º 0.78% 0.8% -
XYZ 25.2 44.37 21.7 -
YUV 145.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 45 203 109 0.78 0 0.46 0.20 144.3 0.64 0.49
Hex 2D CB 6D 4E 0 2E 14 90 40 31
Octal 55 313 155 116 0 56 24 220 100 61
Binary 101101 11001011 1101101 1001110 0 101110 10100 10010000 1000000 110001

Color Harmonies of #2DCB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCB6D

Black with #2DCB6D

Text Example


Text Example

White with #2DCB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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