Html Css Color HEX #2CC065 Medium Sea Green

📋 copy color: '#2CC065'

red 44 ◦ green 192 ◦ blue 101

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

Shades of Medium Sea Green #2CC065

Tints of Medium Sea Green #2CC065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 13.06%
G = 56.97%
B = 29.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#2CC065 (or 0x2CC065) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 65. RGB value is (44,192,101). Sum of RGB (Red+Green+Blue) = 44+192+101=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC065 is #D33F9A. Grayscale: #898989. Windows color (decimal): -13844379 or 6668332. OLE color: 6668332.

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

Color convert

RGB 44 192 101 -
CMYK 0.77 0 0.47 0.25
HSL 143.11º 0.63% 0.46% -
HSV(B) 143.11º 0.77% 0.75% -
XYZ 22.24 39.17 18.7 -
YUV 137.37 107.47 61.4 -
System Red Green Blue C M Y K H S L
Decimal 44 192 101 0.77 0 0.47 0.25 143.11 0.63 0.46
Hex 2C C0 65 4D 0 2F 19 8F 3F 2E
Octal 54 300 145 115 0 57 31 217 77 56
Binary 101100 11000000 1100101 1001101 0 101111 11001 10001111 111111 101110

Color Harmonies of #2CC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC065

Black with #2CC065

Text Example


Text Example

White with #2CC065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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