Html Css Color HEX #2CC264 Medium Sea Green

📋 copy color: '#2CC264'

red 44 ◦ green 194 ◦ blue 100

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

Shades of Medium Sea Green #2CC264

Tints of Medium Sea Green #2CC264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 13.02%
G = 57.4%
B = 29.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#2CC264 (or 0x2CC264) is known color: Medium Sea Green. HEX triplet: 2C, C2 and 64. RGB value is (44,194,100). Sum of RGB (Red+Green+Blue) = 44+194+100=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC264 is #D33D9B. Grayscale: #8A8A8A. Windows color (decimal): -13843868 or 6603308. OLE color: 6603308.

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

Color convert

RGB 44 194 100 -
CMYK 0.77 0 0.48 0.24
HSL 142.4º 0.63% 0.47% -
HSV(B) 142.4º 0.77% 0.76% -
XYZ 22.63 40.04 18.59 -
YUV 138.43 106.31 60.64 -
System Red Green Blue C M Y K H S L
Decimal 44 194 100 0.77 0 0.48 0.24 142.4 0.63 0.47
Hex 2C C2 64 4D 0 30 18 8E 3F 2F
Octal 54 302 144 115 0 60 30 216 77 57
Binary 101100 11000010 1100100 1001101 0 110000 11000 10001110 111111 101111

Color Harmonies of #2CC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC264

Black with #2CC264

Text Example


Text Example

White with #2CC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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