Html Css Color HEX #2BCF78 Medium Sea Green

📋 copy color: '#2BCF78'

red 43 ◦ green 207 ◦ blue 120

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

Shades of Medium Sea Green #2BCF78

Tints of Medium Sea Green #2BCF78

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.95%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 11.62%
G = 55.95%
B = 32.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#2BCF78 (or 0x2BCF78) is known color: Medium Sea Green. HEX triplet: 2B, CF and 78. RGB value is (43,207,120). Sum of RGB (Red+Green+Blue) = 43+207+120=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF78 is #D43087. Grayscale: #949494. Windows color (decimal): -13906056 or 7917355. OLE color: 7917355.

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

Color convert

RGB 43 207 120 -
CMYK 0.79 0 0.42 0.19
HSL 148.17º 0.66% 0.49% -
HSV(B) 148.17º 0.79% 0.81% -
XYZ 26.7 46.5 25.34 -
YUV 148.05 112.17 53.07 -
System Red Green Blue C M Y K H S L
Decimal 43 207 120 0.79 0 0.42 0.19 148.17 0.66 0.49
Hex 2B CF 78 4F 0 2A 13 94 42 31
Octal 53 317 170 117 0 52 23 224 102 61
Binary 101011 11001111 1111000 1001111 0 101010 10011 10010100 1000010 110001

Color Harmonies of #2BCF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF78

Black with #2BCF78

Text Example


Text Example

White with #2BCF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,207,120); }

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

background-color css

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

 a { background-color: rgb(43,207,120); }

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

border-color css

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

 span { border-color: rgb(43,207,120); }

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