Html Css Color HEX #2CCC6E Medium Sea Green

📋 copy color: '#2CCC6E'

red 44 ◦ green 204 ◦ blue 110

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

Shades of Medium Sea Green #2CCC6E

Tints of Medium Sea Green #2CCC6E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.98%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 12.29%
G = 56.98%
B = 30.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#2CCC6E (or 0x2CCC6E) is known color: Medium Sea Green. HEX triplet: 2C, CC and 6E. RGB value is (44,204,110). Sum of RGB (Red+Green+Blue) = 44+204+110=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 204 (80.08% from 255 or 56.98% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCC6E is #D33391. Grayscale: #919191. Windows color (decimal): -13841298 or 7261228. OLE color: 7261228.

HSL color Cylindrical-coordinate representation of color #2CCC6E: hue angle of 144.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCC6E is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 204 110 -
CMYK 0.78 0 0.46 0.2
HSL 144.75º 0.65% 0.49% -
HSV(B) 144.75º 0.78% 0.8% -
XYZ 25.45 44.85 22.07 -
YUV 145.44 107.99 55.64 -
System Red Green Blue C M Y K H S L
Decimal 44 204 110 0.78 0 0.46 0.2 144.75 0.65 0.49
Hex 2C CC 6E 4E 0 2E 14 91 41 31
Octal 54 314 156 116 0 56 24 221 101 61
Binary 101100 11001100 1101110 1001110 0 101110 10100 10010001 1000001 110001

Color Harmonies of #2CCC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCC6E

Black with #2CCC6E

Text Example


Text Example

White with #2CCC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,204,110); }

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

background-color css

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

 a { background-color: rgb(44,204,110); }

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

border-color css

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

 span { border-color: rgb(44,204,110); }

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