#2DC05C

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

Shades of Medium Sea Green #2DC05C

Tints of Medium Sea Green #2DC05C

Color information

#2DC05C (or 0x2DC05C) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C0 and 5C. RGB value is (45,192,92). Sum of RGB (Red+Green+Blue) = 45+192+92=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC05C is #D23FA3. Grayscale: #888888. Windows color (decimal): -13778852 or 6078509. OLE color: 6078509.

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

Color convert

RGB4519292-
CMYK0.7700.520.25
HSL139.18º62.03%46.47%-
HSV(B)139.18º76.56%75.29%-
XYZ21.8639.0316.51-
YUV136.65102.862.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.68%
GREEN value IS 192 (75.39% from 255) = 58.36%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=13.68%
G=58.36%
B=27.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45192920.7700.520.25139.1862.0346.47
Hex2DC05C4D034198b3e2e
Octal55300134115064312137656
Binary101101110000001011100100110101101001100110001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,192,92); }

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

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

 a { background-color: rgb(45,192,92); }

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

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

 span { border-color: rgb(45,192,92); }

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