Html Css Color HEX #2BC27D Medium Sea Green

📋 copy color: '#2BC27D'

red 43 ◦ green 194 ◦ blue 125

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

Shades of Medium Sea Green #2BC27D

Tints of Medium Sea Green #2BC27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.59%

 BLUE value IS 125 (49.22% from 255) = 34.53%

R = 11.88%
G = 53.59%
B = 34.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#2BC27D (or 0x2BC27D) is known color: Medium Sea Green. HEX triplet: 2B, C2 and 7D. RGB value is (43,194,125). Sum of RGB (Red+Green+Blue) = 43+194+125=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC27D is #D43D82. Grayscale: #8D8D8D. Windows color (decimal): -13909379 or 8241707. OLE color: 8241707.

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

Color convert

RGB 43 194 125 -
CMYK 0.78 0 0.36 0.24
HSL 152.58º 0.64% 0.46% -
HSV(B) 152.58º 0.78% 0.76% -
XYZ 23.99 40.58 25.97 -
YUV 140.99 118.97 58.11 -
System Red Green Blue C M Y K H S L
Decimal 43 194 125 0.78 0 0.36 0.24 152.58 0.64 0.46
Hex 2B C2 7D 4E 0 24 18 99 40 2E
Octal 53 302 175 116 0 44 30 231 100 56
Binary 101011 11000010 1111101 1001110 0 100100 11000 10011001 1000000 101110

Color Harmonies of #2BC27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC27D

Black with #2BC27D

Text Example


Text Example

White with #2BC27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,194,125); }

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

background-color css

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

 a { background-color: rgb(43,194,125); }

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

border-color css

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

 span { border-color: rgb(43,194,125); }

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