Html Css Color HEX #2BC15B Medium Sea Green

📋 copy color: '#2BC15B'

red 43 ◦ green 193 ◦ blue 91

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

Shades of Medium Sea Green #2BC15B

Tints of Medium Sea Green #2BC15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 13.15%
G = 59.02%
B = 27.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#2BC15B (or 0x2BC15B) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 5B. RGB value is (43,193,91). Sum of RGB (Red+Green+Blue) = 43+193+91=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC15B is #D43EA4. Grayscale: #888888. Windows color (decimal): -13909669 or 6013227. OLE color: 6013227.

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

Color convert

RGB 43 193 91 -
CMYK 0.78 0 0.53 0.24
HSL 139.2º 0.64% 0.46% -
HSV(B) 139.2º 0.78% 0.76% -
XYZ 21.95 39.41 16.35 -
YUV 136.52 102.31 61.29 -
System Red Green Blue C M Y K H S L
Decimal 43 193 91 0.78 0 0.53 0.24 139.2 0.64 0.46
Hex 2B C1 5B 4E 0 35 18 8B 40 2E
Octal 53 301 133 116 0 65 30 213 100 56
Binary 101011 11000001 1011011 1001110 0 110101 11000 10001011 1000000 101110

Color Harmonies of #2BC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC15B

Black with #2BC15B

Text Example


Text Example

White with #2BC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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