#3CB42A

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

Shades of Lime Green #3CB42A

Tints of Lime Green #3CB42A

Color information

#3CB42A (or 0x3CB42A) is unknown color: approx Lime Green. HEX triplet: 3C, B4 and 2A. RGB value is (60,180,42). Sum of RGB (Red+Green+Blue) = 60+180+42=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB42A is #C34BD5. Grayscale: #808080. Windows color (decimal): -12798934 or 2798652. OLE color: 2798652.

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

Color convert

RGB6018042-
CMYK0.6700.770.29
HSL112.17º62.16%43.53%-
HSV(B)112.17º76.67%70.59%-
XYZ18.633.777.73-
YUV128.3979.2479.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 180 (70.70% from 255) = 63.83%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=21.28%
G=63.83%
B=14.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60180420.6700.770.29112.1762.1643.53
Hex3CB42A4304D1D703e2c
Octal74264521030115351607654
Binary11110010110100101010100001101001101111011110000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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