#3CC340

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

Shades of Lime Green #3CC340

Tints of Lime Green #3CC340

Color information

#3CC340 (or 0x3CC340) is unknown color: approx Lime Green. HEX triplet: 3C, C3 and 40. RGB value is (60,195,64). Sum of RGB (Red+Green+Blue) = 60+195+64=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC340 is #C33CBF. Grayscale: #8C8C8C. Windows color (decimal): -12795072 or 4244284. OLE color: 4244284.

HSL color Cylindrical-coordinate representation of color #3CC340: hue angle of 121.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC340 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB6019564-
CMYK0.6900.670.24
HSL121.78º52.94%50%-
HSV(B)121.78º69.23%76.47%-
XYZ22.340.3611.47-
YUV139.785.2771.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.81%
GREEN value IS 195 (76.56% from 255) = 61.13%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=18.81%
G=61.13%
B=20.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60195640.6900.670.24121.7852.9450
Hex3CC34045043187a3532
Octal743031001050103301726562
Binary111100110000111000000100010101000011110001111010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,195,64); }

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

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

 a { background-color: rgb(60,195,64); }

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

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

 span { border-color: rgb(60,195,64); }

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