Html Css Color HEX #2CBF78 Medium Sea Green

📋 copy color: '#2CBF78'

red 44 ◦ green 191 ◦ blue 120

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

Shades of Medium Sea Green #2CBF78

Tints of Medium Sea Green #2CBF78

RGB

 RED value IS 44 (17.58% from 255) = 12.39%

 GREEN value IS 191 (75% from 255) = 53.8%

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

R = 12.39%
G = 53.8%
B = 33.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#2CBF78 (or 0x2CBF78) is known color: Medium Sea Green. HEX triplet: 2C, BF and 78. RGB value is (44,191,120). Sum of RGB (Red+Green+Blue) = 44+191+120=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF78 is #D34087. Grayscale: #8B8B8B. Windows color (decimal): -13844616 or 7913260. OLE color: 7913260.

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

Color convert

RGB 44 191 120 -
CMYK 0.77 0 0.37 0.25
HSL 151.02º 0.63% 0.46% -
HSV(B) 151.02º 0.77% 0.75% -
XYZ 23.06 39.15 24.11 -
YUV 138.95 117.3 60.27 -
System Red Green Blue C M Y K H S L
Decimal 44 191 120 0.77 0 0.37 0.25 151.02 0.63 0.46
Hex 2C BF 78 4D 0 25 19 97 3F 2E
Octal 54 277 170 115 0 45 31 227 77 56
Binary 101100 10111111 1111000 1001101 0 100101 11001 10010111 111111 101110

Color Harmonies of #2CBF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF78

Black with #2CBF78

Text Example


Text Example

White with #2CBF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,191,120); }

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

background-color css

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

 a { background-color: rgb(44,191,120); }

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

border-color css

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

 span { border-color: rgb(44,191,120); }

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