#3CB42B

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

Shades of Lime Green #3CB42B

Tints of Lime Green #3CB42B

Color information

#3CB42B (or 0x3CB42B) is unknown color: approx Lime Green. HEX triplet: 3C, B4 and 2B. RGB value is (60,180,43). Sum of RGB (Red+Green+Blue) = 60+180+43=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB42B is #C34BD4. Grayscale: #808080. Windows color (decimal): -12798933 or 2864188. OLE color: 2864188.

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

Color convert

RGB6018043-
CMYK0.6700.760.29
HSL112.55º61.43%43.73%-
HSV(B)112.55º76.11%70.59%-
XYZ18.6233.787.82-
YUV128.579.7479.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 180 (70.70% from 255) = 63.60%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=21.20%
G=63.60%
B=15.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60180430.6700.760.29112.5561.4343.73
Hex3CB42B4304C1D713d2c
Octal74264531030114351617554
Binary11110010110100101011100001101001100111011110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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