Html Css Color HEX #2CC054 Medium Sea Green

📋 copy color: '#2CC054'

red 44 ◦ green 192 ◦ blue 84

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

Shades of Medium Sea Green #2CC054

Tints of Medium Sea Green #2CC054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 13.75%
G = 60%
B = 26.25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#2CC054 (or 0x2CC054) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 54. RGB value is (44,192,84). Sum of RGB (Red+Green+Blue) = 44+192+84=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC054 is #D33FAB. Grayscale: #878787. Windows color (decimal): -13844396 or 5554220. OLE color: 5554220.

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

Color convert

RGB 44 192 84 -
CMYK 0.77 0 0.56 0.25
HSL 136.22º 0.63% 0.46% -
HSV(B) 136.22º 0.77% 0.75% -
XYZ 21.49 38.87 14.76 -
YUV 135.44 98.97 62.78 -
System Red Green Blue C M Y K H S L
Decimal 44 192 84 0.77 0 0.56 0.25 136.22 0.63 0.46
Hex 2C C0 54 4D 0 38 19 88 3F 2E
Octal 54 300 124 115 0 70 31 210 77 56
Binary 101100 11000000 1010100 1001101 0 111000 11001 10001000 111111 101110

Color Harmonies of #2CC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC054

Black with #2CC054

Text Example


Text Example

White with #2CC054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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