Html Css Color HEX #2CC05B Medium Sea Green

📋 copy color: '#2CC05B'

red 44 ◦ green 192 ◦ blue 91

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

Shades of Medium Sea Green #2CC05B

Tints of Medium Sea Green #2CC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 13.46%
G = 58.72%
B = 27.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#2CC05B (or 0x2CC05B) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 5B. RGB value is (44,192,91). Sum of RGB (Red+Green+Blue) = 44+192+91=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC05B is #D33FA4. Grayscale: #888888. Windows color (decimal): -13844389 or 6012972. OLE color: 6012972.

HSL color Cylindrical-coordinate representation of color #2CC05B: hue angle of 139.05º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC05B is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 192 91 -
CMYK 0.77 0 0.53 0.25
HSL 139.05º 0.63% 0.46% -
HSV(B) 139.05º 0.77% 0.75% -
XYZ 21.78 38.99 16.28 -
YUV 136.23 102.47 62.21 -
System Red Green Blue C M Y K H S L
Decimal 44 192 91 0.77 0 0.53 0.25 139.05 0.63 0.46
Hex 2C C0 5B 4D 0 35 19 8B 3F 2E
Octal 54 300 133 115 0 65 31 213 77 56
Binary 101100 11000000 1011011 1001101 0 110101 11001 10001011 111111 101110

Color Harmonies of #2CC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC05B

Black with #2CC05B

Text Example


Text Example

White with #2CC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,192,91); }

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

background-color css

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

 a { background-color: rgb(44,192,91); }

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

border-color css

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

 span { border-color: rgb(44,192,91); }

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