#3CC649

Color #3CC649 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3CC649

Tints of Lime Green #3CC649

Color information

#3CC649 (or 0x3CC649) is unknown color: approx Lime Green. HEX triplet: 3C, C6 and 49. RGB value is (60,198,73). Sum of RGB (Red+Green+Blue) = 60+198+73=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC649 is #C339B6. Grayscale: #8E8E8E. Windows color (decimal): -12794295 or 4834876. OLE color: 4834876.

HSL color Cylindrical-coordinate representation of color #3CC649: hue angle of 125.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC649 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB6019873-
CMYK0.7000.630.22
HSL125.65º54.76%50.59%-
HSV(B)125.65º69.7%77.65%-
XYZ23.2641.8313.15-
YUV142.4988.7869.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 198 (77.73% from 255) = 59.82%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=18.13%
G=59.82%
B=22.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60198730.7000.630.22125.6554.7650.59
Hex3CC6494603F167e3733
Octal74306111106077261766763
Binary11110011000110100100110001100111111101101111110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CC649; }

 p { color: rgb(60,198,73); }

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

<style>
 a { background-color: #3CC649; }

 a { background-color: rgb(60,198,73); }

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

<style>
 span { border-color: #3CC649; }

 span { border-color: rgb(60,198,73); }

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