Html Css Color HEX #2CC365 Medium Sea Green

📋 copy color: '#2CC365'

red 44 ◦ green 195 ◦ blue 101

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

Shades of Medium Sea Green #2CC365

Tints of Medium Sea Green #2CC365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

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

R = 12.94%
G = 57.35%
B = 29.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#2CC365 (or 0x2CC365) is known color: Medium Sea Green. HEX triplet: 2C, C3 and 65. RGB value is (44,195,101). Sum of RGB (Red+Green+Blue) = 44+195+101=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC365 is #D33C9A. Grayscale: #8B8B8B. Windows color (decimal): -13843611 or 6669100. OLE color: 6669100.

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

Color convert

RGB 44 195 101 -
CMYK 0.77 0 0.48 0.24
HSL 142.65º 0.63% 0.47% -
HSV(B) 142.65º 0.77% 0.76% -
XYZ 22.9 40.51 18.92 -
YUV 139.14 106.47 60.14 -
System Red Green Blue C M Y K H S L
Decimal 44 195 101 0.77 0 0.48 0.24 142.65 0.63 0.47
Hex 2C C3 65 4D 0 30 18 8F 3F 2F
Octal 54 303 145 115 0 60 30 217 77 57
Binary 101100 11000011 1100101 1001101 0 110000 11000 10001111 111111 101111

Color Harmonies of #2CC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC365

Black with #2CC365

Text Example


Text Example

White with #2CC365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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