Html Css Color HEX #2BD66C Medium Sea Green

📋 copy color: '#2BD66C'

red 43 ◦ green 214 ◦ blue 108

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

Shades of Medium Sea Green #2BD66C

Tints of Medium Sea Green #2BD66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.63%

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 11.78%
G = 58.63%
B = 29.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#2BD66C (or 0x2BD66C) is known color: Medium Sea Green. HEX triplet: 2B, D6 and 6C. RGB value is (43,214,108). Sum of RGB (Red+Green+Blue) = 43+214+108=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD66C is #D42993. Grayscale: #979797. Windows color (decimal): -13904276 or 7132715. OLE color: 7132715.

HSL color Cylindrical-coordinate representation of color #2BD66C: hue angle of 142.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD66C is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 108 -
CMYK 0.80 0 0.50 0.16
HSL 142.81º 0.68% 0.5% -
HSV(B) 142.81º 0.8% 0.84% -
XYZ 27.75 49.69 22.32 -
YUV 150.79 103.85 51.12 -
System Red Green Blue C M Y K H S L
Decimal 43 214 108 0.80 0 0.50 0.16 142.81 0.68 0.5
Hex 2B D6 6C 50 0 32 10 8F 44 32
Octal 53 326 154 120 0 62 20 217 104 62
Binary 101011 11010110 1101100 1010000 0 110010 10000 10001111 1000100 110010

Color Harmonies of #2BD66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD66C

Black with #2BD66C

Text Example


Text Example

White with #2BD66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,214,108); }

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

background-color css

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

 a { background-color: rgb(43,214,108); }

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

border-color css

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

 span { border-color: rgb(43,214,108); }

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