#3CB43C

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

Shades of Lime Green #3CB43C

Tints of Lime Green #3CB43C

Color information

#3CB43C (or 0x3CB43C) is unknown color: approx Lime Green. HEX triplet: 3C, B4 and 3C. RGB value is (60,180,60). Sum of RGB (Red+Green+Blue) = 60+180+60=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB43C is #C34BC3. Grayscale: #828282. Windows color (decimal): -12798916 or 3978300. OLE color: 3978300.

HSL color Cylindrical-coordinate representation of color #3CB43C: hue angle of 120º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB43C is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB6018060-
CMYK0.6700.670.29
HSL120º50%47.06%-
HSV(B)120º66.67%70.59%-
XYZ1933.939.82-
YUV130.4488.2477.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 180 (70.70% from 255) = 60%
BLUE value IS 60 (23.83% from 255) = 20%
R=20%
G=60%
B=20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60180600.6700.670.291205047.06
Hex3CB43C430431D78322f
Octal74264741030103351706257
Binary11110010110100111100100001101000011111011111000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,180,60); }

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

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

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

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

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

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

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