#2BC15D

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

Shades of Medium Sea Green #2BC15D

Tints of Medium Sea Green #2BC15D

Color information

#2BC15D (or 0x2BC15D) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C1 and 5D. RGB value is (43,193,93). Sum of RGB (Red+Green+Blue) = 43+193+93=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC15D is #D43EA2. Grayscale: #898989. Windows color (decimal): -13909667 or 6144299. OLE color: 6144299.

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

Color convert

RGB4319393-
CMYK0.7800.520.24
HSL140º63.56%46.27%-
HSV(B)140º77.72%75.69%-
XYZ22.0439.4416.81-
YUV136.75103.361.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 193 (75.78% from 255) = 58.66%
BLUE value IS 93 (36.72% from 255) = 28.27%
R=13.07%
G=58.66%
B=28.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal43193930.7800.520.2414063.5646.27
Hex2BC15D4E034188c402e
Octal533011351160643021410056
Binary1010111100000110111011001110011010011000100011001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,193,93); }

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

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

 a { background-color: rgb(43,193,93); }

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

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

 span { border-color: rgb(43,193,93); }

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