#2CCB64

Color #2CCB64 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2CCB64

Tints of Medium Sea Green #2CCB64

Color information

#2CCB64 (or 0x2CCB64) is unknown color: approx Medium Sea Green. HEX triplet: 2C, CB and 64. RGB value is (44,203,100). Sum of RGB (Red+Green+Blue) = 44+203+100=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCB64 is #D3349B. Grayscale: #8F8F8F. Windows color (decimal): -13841564 or 6605612. OLE color: 6605612.

HSL color Cylindrical-coordinate representation of color #2CCB64: hue angle of 141.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCB64 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB44203100-
CMYK0.7800.510.20
HSL141.13º64.37%48.43%-
HSV(B)141.13º78.33%79.61%-
XYZ24.6944.1719.28-
YUV143.72103.3256.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 203 (79.69% from 255) = 58.50%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=12.68%
G=58.50%
B=28.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal442031000.7800.510.20141.1364.3748.43
Hex2CCB644E033148d4030
Octal543131441160632421510060
Binary1011001100101111001001001110011001110100100011011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CCB64;
 }
 .AnyTagClassName
 {
   color: #2CCB64;
 }
</style>
background-color css

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

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

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

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

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

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