Html Css Color HEX #2CC560 Medium Sea Green

📋 copy color: '#2CC560'

red 44 ◦ green 197 ◦ blue 96

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

Shades of Medium Sea Green #2CC560

Tints of Medium Sea Green #2CC560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 13.06%
G = 58.46%
B = 28.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#2CC560 (or 0x2CC560) is known color: Medium Sea Green. HEX triplet: 2C, C5 and 60. RGB value is (44,197,96). Sum of RGB (Red+Green+Blue) = 44+197+96=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC560 is #D33A9F. Grayscale: #8B8B8B. Windows color (decimal): -13843104 or 6341932. OLE color: 6341932.

HSL color Cylindrical-coordinate representation of color #2CC560: hue angle of 140.39º 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 #2CC560 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 44 197 96 -
CMYK 0.78 0 0.51 0.23
HSL 140.39º 0.63% 0.47% -
HSV(B) 140.39º 0.78% 0.77% -
XYZ 23.12 41.31 17.82 -
YUV 139.74 103.31 59.71 -
System Red Green Blue C M Y K H S L
Decimal 44 197 96 0.78 0 0.51 0.23 140.39 0.63 0.47
Hex 2C C5 60 4E 0 33 17 8C 3F 2F
Octal 54 305 140 116 0 63 27 214 77 57
Binary 101100 11000101 1100000 1001110 0 110011 10111 10001100 111111 101111

Color Harmonies of #2CC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC560

Black with #2CC560

Text Example


Text Example

White with #2CC560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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