Html Css Color HEX #2BC06F Medium Sea Green

📋 copy color: '#2BC06F'

red 43 ◦ green 192 ◦ blue 111

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

Shades of Medium Sea Green #2BC06F

Tints of Medium Sea Green #2BC06F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 12.43%
G = 55.49%
B = 32.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#2BC06F (or 0x2BC06F) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 6F. RGB value is (43,192,111). Sum of RGB (Red+Green+Blue) = 43+192+111=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC06F is #D43F90. Grayscale: #8A8A8A. Windows color (decimal): -13909905 or 7323691. OLE color: 7323691.

HSL color Cylindrical-coordinate representation of color #2BC06F: hue angle of 147.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC06F is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 111 -
CMYK 0.78 0 0.42 0.25
HSL 147.38º 0.63% 0.46% -
HSV(B) 147.38º 0.78% 0.75% -
XYZ 22.72 39.36 21.44 -
YUV 138.22 112.64 60.09 -
System Red Green Blue C M Y K H S L
Decimal 43 192 111 0.78 0 0.42 0.25 147.38 0.63 0.46
Hex 2B C0 6F 4E 0 2A 19 93 3F 2E
Octal 53 300 157 116 0 52 31 223 77 56
Binary 101011 11000000 1101111 1001110 0 101010 11001 10010011 111111 101110

Color Harmonies of #2BC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC06F

Black with #2BC06F

Text Example


Text Example

White with #2BC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,192,111); }

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

background-color css

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

 a { background-color: rgb(43,192,111); }

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

border-color css

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

 span { border-color: rgb(43,192,111); }

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