#2dce7b

Color #2DCE7B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DCE7B

Tints of Medium Sea Green #2DCE7B

Color information

#2DCE7B (or 0x2DCE7B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, CE and 7B. RGB value is (45,206,123). Sum of RGB (Red+Green+Blue) = 45+206+123=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCE7B is #D23184. Grayscale: #949494. Windows color (decimal): -13775237 or 8113709. OLE color: 8113709.

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

Color convert

RGB45206123-
CMYK0.7800.400.19
HSL149.07º64.14%49.22%-
HSV(B)149.07º78.16%80.78%-
XYZ26.7346.1326.23-
YUV148.4113.6654.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.03%
GREEN value IS 206 (80.86% from 255) = 55.08%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=12.03%
G=55.08%
B=32.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal452061230.7800.400.19149.0764.1449.22
Hex2DCE7B4E02813954031
Octal553161731160502322510061
Binary1011011100111011110111001110010100010011100101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2dce7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,206,123); }

 H1.HeaderClassName
 {
   color: #2dce7b;
 }
 .AnyTagClassName
 {
   color: #2dce7b;
 }
</style>
background-color css

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

 a { background-color: rgb(45,206,123); }

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

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

 span { border-color: rgb(45,206,123); }

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