Html Css Color HEX #2BC864 Medium Sea Green

📋 copy color: '#2BC864'

red 43 ◦ green 200 ◦ blue 100

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

Shades of Medium Sea Green #2BC864

Tints of Medium Sea Green #2BC864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 58.31%

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

R = 12.54%
G = 58.31%
B = 29.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#2BC864 (or 0x2BC864) is known color: Medium Sea Green. HEX triplet: 2B, C8 and 64. RGB value is (43,200,100). Sum of RGB (Red+Green+Blue) = 43+200+100=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC864 is #D4379B. Grayscale: #8D8D8D. Windows color (decimal): -13907868 or 6604843. OLE color: 6604843.

HSL color Cylindrical-coordinate representation of color #2BC864: hue angle of 141.78º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC864 is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 200 100 -
CMYK 0.78 0 0.5 0.22
HSL 141.78º 0.65% 0.48% -
HSV(B) 141.78º 0.79% 0.78% -
XYZ 23.95 42.74 19.04 -
YUV 141.66 104.49 57.63 -
System Red Green Blue C M Y K H S L
Decimal 43 200 100 0.78 0 0.5 0.22 141.78 0.65 0.48
Hex 2B C8 64 4E 0 32 16 8E 41 30
Octal 53 310 144 116 0 62 26 216 101 60
Binary 101011 11001000 1100100 1001110 0 110010 10110 10001110 1000001 110000

Color Harmonies of #2BC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC864

Black with #2BC864

Text Example


Text Example

White with #2BC864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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