Html Css Color HEX #2CC15E Medium Sea Green

📋 copy color: '#2CC15E'

red 44 ◦ green 193 ◦ blue 94

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

Shades of Medium Sea Green #2CC15E

Tints of Medium Sea Green #2CC15E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.31%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 13.29%
G = 58.31%
B = 28.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#2CC15E (or 0x2CC15E) is known color: Medium Sea Green. HEX triplet: 2C, C1 and 5E. RGB value is (44,193,94). Sum of RGB (Red+Green+Blue) = 44+193+94=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC15E is #D33EA1. Grayscale: #898989. Windows color (decimal): -13844130 or 6209836. OLE color: 6209836.

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

Color convert

RGB 44 193 94 -
CMYK 0.77 0 0.51 0.24
HSL 140.13º 0.63% 0.46% -
HSV(B) 140.13º 0.77% 0.76% -
XYZ 22.13 39.48 17.04 -
YUV 137.16 103.64 61.55 -
System Red Green Blue C M Y K H S L
Decimal 44 193 94 0.77 0 0.51 0.24 140.13 0.63 0.46
Hex 2C C1 5E 4D 0 33 18 8C 3F 2E
Octal 54 301 136 115 0 63 30 214 77 56
Binary 101100 11000001 1011110 1001101 0 110011 11000 10001100 111111 101110

Color Harmonies of #2CC15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC15E

Black with #2CC15E

Text Example


Text Example

White with #2CC15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,193,94); }

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

background-color css

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

 a { background-color: rgb(44,193,94); }

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

border-color css

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

 span { border-color: rgb(44,193,94); }

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