Html Css Color HEX #2CC575 Medium Sea Green

📋 copy color: '#2CC575'

red 44 ◦ green 197 ◦ blue 117

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

Shades of Medium Sea Green #2CC575

Tints of Medium Sea Green #2CC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.03%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 12.29%
G = 55.03%
B = 32.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#2CC575 (or 0x2CC575) is known color: Medium Sea Green. HEX triplet: 2C, C5 and 75. RGB value is (44,197,117). Sum of RGB (Red+Green+Blue) = 44+197+117=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC575 is #D33A8A. Grayscale: #8E8E8E. Windows color (decimal): -13843083 or 7718188. OLE color: 7718188.

HSL color Cylindrical-coordinate representation of color #2CC575: hue angle of 148.63º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC575 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 197 117 -
CMYK 0.78 0 0.41 0.23
HSL 148.63º 0.63% 0.47% -
HSV(B) 148.63º 0.78% 0.77% -
XYZ 24.22 41.75 23.61 -
YUV 142.13 113.81 58 -
System Red Green Blue C M Y K H S L
Decimal 44 197 117 0.78 0 0.41 0.23 148.63 0.63 0.47
Hex 2C C5 75 4E 0 29 17 95 3F 2F
Octal 54 305 165 116 0 51 27 225 77 57
Binary 101100 11000101 1110101 1001110 0 101001 10111 10010101 111111 101111

Color Harmonies of #2CC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC575

Black with #2CC575

Text Example


Text Example

White with #2CC575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,197,117); }

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

background-color css

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

 a { background-color: rgb(44,197,117); }

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

border-color css

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

 span { border-color: rgb(44,197,117); }

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