Html Css Color HEX #2CBF74 Medium Sea Green

📋 copy color: '#2CBF74'

red 44 ◦ green 191 ◦ blue 116

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

Shades of Medium Sea Green #2CBF74

Tints of Medium Sea Green #2CBF74

RGB

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

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

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

R = 12.54%
G = 54.42%
B = 33.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#2CBF74 (or 0x2CBF74) is known color: Medium Sea Green. HEX triplet: 2C, BF and 74. RGB value is (44,191,116). Sum of RGB (Red+Green+Blue) = 44+191+116=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF74 is #D3408B. Grayscale: #8A8A8A. Windows color (decimal): -13844620 or 7651116. OLE color: 7651116.

HSL color Cylindrical-coordinate representation of color #2CBF74: hue angle of 149.39º 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 #2CBF74 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 116 -
CMYK 0.77 0 0.39 0.25
HSL 149.39º 0.63% 0.46% -
HSV(B) 149.39º 0.77% 0.75% -
XYZ 22.82 39.06 22.86 -
YUV 138.5 115.3 60.6 -
System Red Green Blue C M Y K H S L
Decimal 44 191 116 0.77 0 0.39 0.25 149.39 0.63 0.46
Hex 2C BF 74 4D 0 27 19 95 3F 2E
Octal 54 277 164 115 0 47 31 225 77 56
Binary 101100 10111111 1110100 1001101 0 100111 11001 10010101 111111 101110

Color Harmonies of #2CBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF74

Black with #2CBF74

Text Example


Text Example

White with #2CBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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