Html Css Color HEX #2BD774 Medium Sea Green

📋 copy color: '#2BD774'

red 43 ◦ green 215 ◦ blue 116

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

Shades of Medium Sea Green #2BD774

Tints of Medium Sea Green #2BD774

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.49%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 11.5%
G = 57.49%
B = 31.02%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#2BD774 (or 0x2BD774) is known color: Medium Sea Green. HEX triplet: 2B, D7 and 74. RGB value is (43,215,116). Sum of RGB (Red+Green+Blue) = 43+215+116=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD774 is #D4288B. Grayscale: #989898. Windows color (decimal): -13904012 or 7657259. OLE color: 7657259.

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

Color convert

RGB 43 215 116 -
CMYK 0.8 0 0.46 0.16
HSL 145.47º 0.68% 0.51% -
HSV(B) 145.47º 0.8% 0.84% -
XYZ 28.45 50.38 24.75 -
YUV 152.29 107.52 50.05 -
System Red Green Blue C M Y K H S L
Decimal 43 215 116 0.8 0 0.46 0.16 145.47 0.68 0.51
Hex 2B D7 74 50 0 2E 10 91 44 33
Octal 53 327 164 120 0 56 20 221 104 63
Binary 101011 11010111 1110100 1010000 0 101110 10000 10010001 1000100 110011

Color Harmonies of #2BD774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD774

Black with #2BD774

Text Example


Text Example

White with #2BD774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,215,116); }

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

background-color css

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

 a { background-color: rgb(43,215,116); }

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

border-color css

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

 span { border-color: rgb(43,215,116); }

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