Html Css Color HEX #2CCA5E Medium Sea Green

📋 copy color: '#2CCA5E'

red 44 ◦ green 202 ◦ blue 94

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

Shades of Medium Sea Green #2CCA5E

Tints of Medium Sea Green #2CCA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.41%

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

R = 12.94%
G = 59.41%
B = 27.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#2CCA5E (or 0x2CCA5E) is known color: Medium Sea Green. HEX triplet: 2C, CA and 5E. RGB value is (44,202,94). Sum of RGB (Red+Green+Blue) = 44+202+94=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCA5E is #D335A1. Grayscale: #8E8E8E. Windows color (decimal): -13841826 or 6212140. OLE color: 6212140.

HSL color Cylindrical-coordinate representation of color #2CCA5E: hue angle of 138.99º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCA5E is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 44 202 94 -
CMYK 0.78 0 0.53 0.21
HSL 138.99º 0.64% 0.48% -
HSV(B) 138.99º 0.78% 0.79% -
XYZ 24.18 43.58 17.73 -
YUV 142.45 100.65 57.78 -
System Red Green Blue C M Y K H S L
Decimal 44 202 94 0.78 0 0.53 0.21 138.99 0.64 0.48
Hex 2C CA 5E 4E 0 35 15 8B 40 30
Octal 54 312 136 116 0 65 25 213 100 60
Binary 101100 11001010 1011110 1001110 0 110101 10101 10001011 1000000 110000

Color Harmonies of #2CCA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCA5E

Black with #2CCA5E

Text Example


Text Example

White with #2CCA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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