#2DC35B

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

Shades of Medium Sea Green #2DC35B

Tints of Medium Sea Green #2DC35B

Color information

#2DC35B (or 0x2DC35B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C3 and 5B. RGB value is (45,195,91). Sum of RGB (Red+Green+Blue) = 45+195+91=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC35B is #D23CA4. Grayscale: #8A8A8A. Windows color (decimal): -13778085 or 6013741. OLE color: 6013741.

HSL color Cylindrical-coordinate representation of color #2DC35B: hue angle of 138.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC35B is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB4519591-
CMYK0.7700.530.24
HSL138.4º62.5%47.06%-
HSV(B)138.4º76.92%76.47%-
XYZ22.4940.3416.5-
YUV138.29101.361.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.60%
GREEN value IS 195 (76.56% from 255) = 58.91%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=13.60%
G=58.91%
B=27.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45195910.7700.530.24138.462.547.06
Hex2DC35B4D035188a3e2f
Octal55303133115065302127657
Binary101101110000111011011100110101101011100010001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,195,91); }

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

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

 a { background-color: rgb(45,195,91); }

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

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

 span { border-color: rgb(45,195,91); }

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