#2bc35d

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

Shades of Medium Sea Green #2BC35D

Tints of Medium Sea Green #2BC35D

Color information

#2BC35D (or 0x2BC35D) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C3 and 5D. RGB value is (43,195,93). Sum of RGB (Red+Green+Blue) = 43+195+93=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC35D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC35D is #D43CA2. Grayscale: #8A8A8A. Windows color (decimal): -13909155 or 6144811. OLE color: 6144811.

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

Color convert

RGB4319593-
CMYK0.7800.520.24
HSL139.74º63.87%46.67%-
HSV(B)139.74º77.95%76.47%-
XYZ22.4940.3316.96-
YUV137.92102.6460.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.99%
GREEN value IS 195 (76.56% from 255) = 58.91%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=12.99%
G=58.91%
B=28.10%

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
Decimal43195930.7800.520.24139.7463.8746.67
Hex2BC35D4E034188c402f
Octal533031351160643021410057
Binary1010111100001110111011001110011010011000100011001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc35d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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