Html Css Color HEX #2CC15D Medium Sea Green

📋 copy color: '#2CC15D'

red 44 ◦ green 193 ◦ blue 93

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

Shades of Medium Sea Green #2CC15D

Tints of Medium Sea Green #2CC15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 13.33%
G = 58.48%
B = 28.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#2CC15D (or 0x2CC15D) is known color: Medium Sea Green. HEX triplet: 2C, C1 and 5D. RGB value is (44,193,93). Sum of RGB (Red+Green+Blue) = 44+193+93=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #2CC15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC15D is #D33EA2. Grayscale: #898989. Windows color (decimal): -13844131 or 6144300. OLE color: 6144300.

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

Color convert

RGB 44 193 93 -
CMYK 0.77 0 0.52 0.24
HSL 139.73º 0.63% 0.46% -
HSV(B) 139.73º 0.77% 0.76% -
XYZ 22.08 39.47 16.81 -
YUV 137.05 103.14 61.63 -
System Red Green Blue C M Y K H S L
Decimal 44 193 93 0.77 0 0.52 0.24 139.73 0.63 0.46
Hex 2C C1 5D 4D 0 34 18 8C 3F 2E
Octal 54 301 135 115 0 64 30 214 77 56
Binary 101100 11000001 1011101 1001101 0 110100 11000 10001100 111111 101110

Color Harmonies of #2CC15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC15D

Black with #2CC15D

Text Example


Text Example

White with #2CC15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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