Html Css Color HEX #2BC470 Medium Sea Green

📋 copy color: '#2BC470'

red 43 ◦ green 196 ◦ blue 112

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

Shades of Medium Sea Green #2BC470

Tints of Medium Sea Green #2BC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.84%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 12.25%
G = 55.84%
B = 31.91%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#2BC470 (or 0x2BC470) is known color: Medium Sea Green. HEX triplet: 2B, C4 and 70. RGB value is (43,196,112). Sum of RGB (Red+Green+Blue) = 43+196+112=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #2BC470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC470 is #D43B8F. Grayscale: #8C8C8C. Windows color (decimal): -13908880 or 7390251. OLE color: 7390251.

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

Color convert

RGB 43 196 112 -
CMYK 0.78 0 0.43 0.23
HSL 147.06º 0.64% 0.47% -
HSV(B) 147.06º 0.78% 0.77% -
XYZ 23.66 41.16 22.03 -
YUV 140.68 111.81 58.33 -
System Red Green Blue C M Y K H S L
Decimal 43 196 112 0.78 0 0.43 0.23 147.06 0.64 0.47
Hex 2B C4 70 4E 0 2B 17 93 40 2F
Octal 53 304 160 116 0 53 27 223 100 57
Binary 101011 11000100 1110000 1001110 0 101011 10111 10010011 1000000 101111

Color Harmonies of #2BC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC470

Black with #2BC470

Text Example


Text Example

White with #2BC470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,196,112); }

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

background-color css

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

 a { background-color: rgb(43,196,112); }

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

border-color css

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

 span { border-color: rgb(43,196,112); }

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