#3CC548

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

Shades of Lime Green #3CC548

Tints of Lime Green #3CC548

Color information

#3CC548 (or 0x3CC548) is unknown color: approx Lime Green. HEX triplet: 3C, C5 and 48. RGB value is (60,197,72). Sum of RGB (Red+Green+Blue) = 60+197+72=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC548 is #C33AB7. Grayscale: #8E8E8E. Windows color (decimal): -12794552 or 4769084. OLE color: 4769084.

HSL color Cylindrical-coordinate representation of color #3CC548: hue angle of 125.26º 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 #3CC548 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB6019772-
CMYK0.7000.630.23
HSL125.26º54.15%50.39%-
HSV(B)125.26º69.54%77.25%-
XYZ2341.3612.9-
YUV141.7988.6169.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.24%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=18.24%
G=59.88%
B=21.88%

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
Decimal60197720.7000.630.23125.2654.1550.39
Hex3CC5484603F177d3632
Octal74305110106077271756662
Binary11110011000101100100010001100111111101111111101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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