Html Css Color HEX #2BC16A Medium Sea Green

📋 copy color: '#2BC16A'

red 43 ◦ green 193 ◦ blue 106

#2BC16A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2BC16A

Tints of Medium Sea Green #2BC16A

RGB

 RED value IS 43 (17.19% from 255) = 12.57%

 GREEN value IS 193 (75.78% from 255) = 56.43%

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 12.57%
G = 56.43%
B = 30.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#2BC16A (or 0x2BC16A) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 6A. RGB value is (43,193,106). Sum of RGB (Red+Green+Blue) = 43+193+106=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC16A is #D43E95. Grayscale: #8A8A8A. Windows color (decimal): -13909654 or 6996267. OLE color: 6996267.

HSL color Cylindrical-coordinate representation of color #2BC16A: hue angle of 145.2º 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 #2BC16A is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 193 106 -
CMYK 0.78 0 0.45 0.24
HSL 145.2º 0.64% 0.46% -
HSV(B) 145.2º 0.78% 0.76% -
XYZ 22.67 39.69 20.1 -
YUV 138.23 109.81 60.07 -
System Red Green Blue C M Y K H S L
Decimal 43 193 106 0.78 0 0.45 0.24 145.2 0.64 0.46
Hex 2B C1 6A 4E 0 2D 18 91 40 2E
Octal 53 301 152 116 0 55 30 221 100 56
Binary 101011 11000001 1101010 1001110 0 101101 11000 10010001 1000000 101110

Color Harmonies of #2BC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC16A

Black with #2BC16A

Text Example


Text Example

White with #2BC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BC16A;
 }
 .AnyTagClassName
 {
   color: #2BC16A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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