#2BD571

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

Shades of Medium Sea Green #2BD571

Tints of Medium Sea Green #2BD571

Color information

#2BD571 (or 0x2BD571) is unknown color: approx Medium Sea Green. HEX triplet: 2B, D5 and 71. RGB value is (43,213,113). Sum of RGB (Red+Green+Blue) = 43+213+113=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #2BD571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD571 is #D42A8E. Grayscale: #979797. Windows color (decimal): -13904527 or 7460139. OLE color: 7460139.

HSL color Cylindrical-coordinate representation of color #2BD571: hue angle of 144.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD571 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB43213113-
CMYK0.8000.470.16
HSL144.71º66.93%50.2%-
HSV(B)144.71º79.81%83.53%-
XYZ27.7749.2923.67-
YUV150.77106.6851.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.65%
GREEN value IS 213 (83.59% from 255) = 57.72%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=11.65%
G=57.72%
B=30.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal432131130.8000.470.16144.7166.9350.2
Hex2BD5715002F10914332
Octal533251611200572022110362
Binary1010111101010111100011010000010111110000100100011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,213,113); }

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

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

 a { background-color: rgb(43,213,113); }

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

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

 span { border-color: rgb(43,213,113); }

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