#2DB75B

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

Shades of Medium Sea Green #2DB75B

Tints of Medium Sea Green #2DB75B

Color information

#2DB75B (or 0x2DB75B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B7 and 5B. RGB value is (45,183,91). Sum of RGB (Red+Green+Blue) = 45+183+91=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB75B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB75B is #D248A4. Grayscale: #838383. Windows color (decimal): -13781157 or 6010669. OLE color: 6010669.

HSL color Cylindrical-coordinate representation of color #2DB75B: hue angle of 140º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB75B is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB4518391-
CMYK0.7500.500.28
HSL140º60.53%44.71%-
HSV(B)140º75.41%71.76%-
XYZ19.935.1815.64-
YUV131.25105.2866.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.11%
GREEN value IS 183 (71.88% from 255) = 57.37%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=14.11%
G=57.37%
B=28.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal45183910.7500.500.2814060.5344.71
Hex2DB75B4B0321C8c3d2d
Octal55267133113062342147555
Binary101101101101111011011100101101100101110010001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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