#2bc66b

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

Shades of Medium Sea Green #2BC66B

Tints of Medium Sea Green #2BC66B

Color information

#2BC66B (or 0x2BC66B) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C6 and 6B. RGB value is (43,198,107). Sum of RGB (Red+Green+Blue) = 43+198+107=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #2BC66B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC66B is #D43994. Grayscale: #8D8D8D. Windows color (decimal): -13908373 or 7063083. OLE color: 7063083.

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

Color convert

RGB43198107-
CMYK0.7800.460.22
HSL144.77º64.32%47.25%-
HSV(B)144.77º78.28%77.65%-
XYZ23.8441.9620.75-
YUV141.28108.6557.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.36%
GREEN value IS 198 (77.73% from 255) = 56.90%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=12.36%
G=56.90%
B=30.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431981070.7800.460.22144.7764.3247.25
Hex2BC66B4E02E1691402f
Octal533061531160562622110057
Binary1010111100011011010111001110010111010110100100011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bc66b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,198,107); }

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

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

 a { background-color: rgb(43,198,107); }

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

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

 span { border-color: rgb(43,198,107); }

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