Html Css Color HEX #2CC27E Medium Sea Green

📋 copy color: '#2CC27E'

red 44 ◦ green 194 ◦ blue 126

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

Shades of Medium Sea Green #2CC27E

Tints of Medium Sea Green #2CC27E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.3%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 12.09%
G = 53.3%
B = 34.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#2CC27E (or 0x2CC27E) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 7E. RGB value is (44,194,126). Sum of RGB (Red+Green+Blue) = 44+194+126=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC27E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC27E is #D33D81. Grayscale: #8D8D8D. Windows color (decimal): -13843842 or 8307244. OLE color: 8307244.

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

Color convert

RGB 44 194 126 -
CMYK 0.77 0 0.35 0.24
HSL 152.8º 0.63% 0.47% -
HSV(B) 152.8º 0.77% 0.76% -
XYZ 24.1 40.63 26.31 -
YUV 141.4 119.31 58.53 -
System Red Green Blue C M Y K H S L
Decimal 44 194 126 0.77 0 0.35 0.24 152.8 0.63 0.47
Hex 2C C2 7E 4D 0 23 18 99 3F 2F
Octal 54 302 176 115 0 43 30 231 77 57
Binary 101100 11000010 1111110 1001101 0 100011 11000 10011001 111111 101111

Color Harmonies of #2CC27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC27E

Black with #2CC27E

Text Example


Text Example

White with #2CC27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,194,126); }

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

background-color css

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

 a { background-color: rgb(44,194,126); }

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

border-color css

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

 span { border-color: rgb(44,194,126); }

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