#3CC549

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

Shades of Lime Green #3CC549

Tints of Lime Green #3CC549

Color information

#3CC549 (or 0x3CC549) is unknown color: approx Lime Green. HEX triplet: 3C, C5 and 49. RGB value is (60,197,73). Sum of RGB (Red+Green+Blue) = 60+197+73=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC549 is #C33AB6. Grayscale: #8E8E8E. Windows color (decimal): -12794551 or 4834620. OLE color: 4834620.

HSL color Cylindrical-coordinate representation of color #3CC549: hue angle of 125.69º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC549 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB6019773-
CMYK0.7000.630.23
HSL125.69º54.15%50.39%-
HSV(B)125.69º69.54%77.25%-
XYZ23.0341.3713.08-
YUV141.989.1169.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=18.18%
G=59.70%
B=22.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60197730.7000.630.23125.6954.1550.39
Hex3CC5494603F177e3632
Octal74305111106077271766662
Binary11110011000101100100110001100111111101111111110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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