Html Css Color HEX #2BD063 Medium Sea Green

📋 copy color: '#2BD063'

red 43 ◦ green 208 ◦ blue 99

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

Shades of Medium Sea Green #2BD063

Tints of Medium Sea Green #2BD063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.43%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 12.29%
G = 59.43%
B = 28.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#2BD063 (or 0x2BD063) is known color: Medium Sea Green. HEX triplet: 2B, D0 and 63. RGB value is (43,208,99). Sum of RGB (Red+Green+Blue) = 43+208+99=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD063 is #D42F9C. Grayscale: #929292. Windows color (decimal): -13905821 or 6541355. OLE color: 6541355.

HSL color Cylindrical-coordinate representation of color #2BD063: hue angle of 140.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD063 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 99 -
CMYK 0.79 0 0.52 0.18
HSL 140.36º 0.66% 0.49% -
HSV(B) 140.36º 0.79% 0.82% -
XYZ 25.8 46.53 19.42 -
YUV 146.24 101.34 54.36 -
System Red Green Blue C M Y K H S L
Decimal 43 208 99 0.79 0 0.52 0.18 140.36 0.66 0.49
Hex 2B D0 63 4F 0 34 12 8C 42 31
Octal 53 320 143 117 0 64 22 214 102 61
Binary 101011 11010000 1100011 1001111 0 110100 10010 10001100 1000010 110001

Color Harmonies of #2BD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD063

Black with #2BD063

Text Example


Text Example

White with #2BD063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,208,99); }

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

background-color css

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

 a { background-color: rgb(43,208,99); }

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

border-color css

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

 span { border-color: rgb(43,208,99); }

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