Html Css Color HEX #2BC264 Medium Sea Green

📋 copy color: '#2BC264'

red 43 ◦ green 194 ◦ blue 100

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

Shades of Medium Sea Green #2BC264

Tints of Medium Sea Green #2BC264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 12.76%
G = 57.57%
B = 29.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#2BC264 (or 0x2BC264) is known color: Medium Sea Green. HEX triplet: 2B, C2 and 64. RGB value is (43,194,100). Sum of RGB (Red+Green+Blue) = 43+194+100=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC264 is #D43D9B. Grayscale: #8A8A8A. Windows color (decimal): -13909404 or 6603307. OLE color: 6603307.

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

Color convert

RGB 43 194 100 -
CMYK 0.78 0 0.48 0.24
HSL 142.65º 0.64% 0.46% -
HSV(B) 142.65º 0.78% 0.76% -
XYZ 22.59 40.02 18.59 -
YUV 138.14 106.47 60.14 -
System Red Green Blue C M Y K H S L
Decimal 43 194 100 0.78 0 0.48 0.24 142.65 0.64 0.46
Hex 2B C2 64 4E 0 30 18 8F 40 2E
Octal 53 302 144 116 0 60 30 217 100 56
Binary 101011 11000010 1100100 1001110 0 110000 11000 10001111 1000000 101110

Color Harmonies of #2BC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC264

Black with #2BC264

Text Example


Text Example

White with #2BC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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