Html Css Color HEX #2BC15A Medium Sea Green

📋 copy color: '#2BC15A'

red 43 ◦ green 193 ◦ blue 90

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

Shades of Medium Sea Green #2BC15A

Tints of Medium Sea Green #2BC15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 13.19%
G = 59.2%
B = 27.61%

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

#2BC15A (or 0x2BC15A) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 5A. RGB value is (43,193,90). Sum of RGB (Red+Green+Blue) = 43+193+90=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC15A is #D43EA5. Grayscale: #888888. Windows color (decimal): -13909670 or 5947691. OLE color: 5947691.

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

Color convert

RGB 43 193 90 -
CMYK 0.78 0 0.53 0.24
HSL 138.8º 0.64% 0.46% -
HSV(B) 138.8º 0.78% 0.76% -
XYZ 21.91 39.39 16.12 -
YUV 136.41 101.81 61.38 -
System Red Green Blue C M Y K H S L
Decimal 43 193 90 0.78 0 0.53 0.24 138.8 0.64 0.46
Hex 2B C1 5A 4E 0 35 18 8B 40 2E
Octal 53 301 132 116 0 65 30 213 100 56
Binary 101011 11000001 1011010 1001110 0 110101 11000 10001011 1000000 101110

Color Harmonies of #2BC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC15A

Black with #2BC15A

Text Example


Text Example

White with #2BC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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