Html Css Color HEX #2CD06A Medium Sea Green

📋 copy color: '#2CD06A'

red 44 ◦ green 208 ◦ blue 106

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

Shades of Medium Sea Green #2CD06A

Tints of Medium Sea Green #2CD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.1%

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 12.29%
G = 58.1%
B = 29.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#2CD06A (or 0x2CD06A) is known color: Medium Sea Green. HEX triplet: 2C, D0 and 6A. RGB value is (44,208,106). Sum of RGB (Red+Green+Blue) = 44+208+106=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD06A is #D32F95. Grayscale: #939393. Windows color (decimal): -13840278 or 7000108. OLE color: 7000108.

HSL color Cylindrical-coordinate representation of color #2CD06A: hue angle of 142.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD06A is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 208 106 -
CMYK 0.79 0 0.49 0.18
HSL 142.68º 0.65% 0.49% -
HSV(B) 142.68º 0.79% 0.82% -
XYZ 26.2 46.69 21.27 -
YUV 147.34 104.67 54.29 -
System Red Green Blue C M Y K H S L
Decimal 44 208 106 0.79 0 0.49 0.18 142.68 0.65 0.49
Hex 2C D0 6A 4F 0 31 12 8F 41 31
Octal 54 320 152 117 0 61 22 217 101 61
Binary 101100 11010000 1101010 1001111 0 110001 10010 10001111 1000001 110001

Color Harmonies of #2CD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD06A

Black with #2CD06A

Text Example


Text Example

White with #2CD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,208,106); }

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

background-color css

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

 a { background-color: rgb(44,208,106); }

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

border-color css

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

 span { border-color: rgb(44,208,106); }

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