Html Css Color HEX #2BC061 Medium Sea Green

📋 copy color: '#2BC061'

red 43 ◦ green 192 ◦ blue 97

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

Shades of Medium Sea Green #2BC061

Tints of Medium Sea Green #2BC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.83%

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 12.95%
G = 57.83%
B = 29.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#2BC061 (or 0x2BC061) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 61. RGB value is (43,192,97). Sum of RGB (Red+Green+Blue) = 43+192+97=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC061 is #D43F9E. Grayscale: #888888. Windows color (decimal): -13909919 or 6406187. OLE color: 6406187.

HSL color Cylindrical-coordinate representation of color #2BC061: hue angle of 141.74º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC061 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 97 -
CMYK 0.78 0 0.49 0.25
HSL 141.75º 0.63% 0.46% -
HSV(B) 141.75º 0.78% 0.75% -
XYZ 22 39.08 17.69 -
YUV 136.62 105.64 61.22 -
System Red Green Blue C M Y K H S L
Decimal 43 192 97 0.78 0 0.49 0.25 141.75 0.63 0.46
Hex 2B C0 61 4E 0 31 19 8E 3F 2E
Octal 53 300 141 116 0 61 31 216 77 56
Binary 101011 11000000 1100001 1001110 0 110001 11001 10001110 111111 101110

Color Harmonies of #2BC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC061

Black with #2BC061

Text Example


Text Example

White with #2BC061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,192,97); }

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

background-color css

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

 a { background-color: rgb(43,192,97); }

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

border-color css

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

 span { border-color: rgb(43,192,97); }

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