#2BCA62

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

Shades of Medium Sea Green #2BCA62

Tints of Medium Sea Green #2BCA62

Color information

#2BCA62 (or 0x2BCA62) is unknown color: approx Medium Sea Green. HEX triplet: 2B, CA and 62. RGB value is (43,202,98). Sum of RGB (Red+Green+Blue) = 43+202+98=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCA62 is #D4359D. Grayscale: #8E8E8E. Windows color (decimal): -13907358 or 6474283. OLE color: 6474283.

HSL color Cylindrical-coordinate representation of color #2BCA62: hue angle of 140.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA62 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB4320298-
CMYK0.7900.510.21
HSL140.75º64.9%48.04%-
HSV(B)140.75º78.71%79.22%-
XYZ24.3243.6418.7-
YUV142.6102.8256.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.54%
GREEN value IS 202 (79.30% from 255) = 58.89%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=12.54%
G=58.89%
B=28.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal43202980.7900.510.21140.7564.948.04
Hex2BCA624F033158d4130
Octal533121421170632521510160
Binary1010111100101011000101001111011001110101100011011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,202,98); }

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

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

 a { background-color: rgb(43,202,98); }

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

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

 span { border-color: rgb(43,202,98); }

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