Html Css Color HEX #2CC064 Medium Sea Green

📋 copy color: '#2CC064'

red 44 ◦ green 192 ◦ blue 100

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

Shades of Medium Sea Green #2CC064

Tints of Medium Sea Green #2CC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.14%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 13.1%
G = 57.14%
B = 29.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#2CC064 (or 0x2CC064) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 64. RGB value is (44,192,100). Sum of RGB (Red+Green+Blue) = 44+192+100=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC064 is #D33F9B. Grayscale: #898989. Windows color (decimal): -13844380 or 6602796. OLE color: 6602796.

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

Color convert

RGB 44 192 100 -
CMYK 0.77 0 0.48 0.25
HSL 142.7º 0.63% 0.46% -
HSV(B) 142.7º 0.77% 0.75% -
XYZ 22.19 39.15 18.44 -
YUV 137.26 106.97 61.48 -
System Red Green Blue C M Y K H S L
Decimal 44 192 100 0.77 0 0.48 0.25 142.7 0.63 0.46
Hex 2C C0 64 4D 0 30 19 8F 3F 2E
Octal 54 300 144 115 0 60 31 217 77 56
Binary 101100 11000000 1100100 1001101 0 110000 11001 10001111 111111 101110

Color Harmonies of #2CC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC064

Black with #2CC064

Text Example


Text Example

White with #2CC064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,192,100); }

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

background-color css

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

 a { background-color: rgb(44,192,100); }

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

border-color css

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

 span { border-color: rgb(44,192,100); }

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